#d64e7f

Color #D64E7F Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D64E7F

Tints of Cranberry #D64E7F

Color information

#D64E7F (or 0xD64E7F) is unknown color: approx Cranberry. HEX triplet: D6, 4E and 7F. RGB value is (214,78,127). Sum of RGB (Red+Green+Blue) = 214+78+127=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E7F is #29B180. Grayscale: #7C7C7C. Windows color (decimal): -2732417 or 8343254. OLE color: 8343254.

HSL color Cylindrical-coordinate representation of color #D64E7F: hue angle of 338.38º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64E7F is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB21478127-
CMYK00.640.410.16
HSL338.38º62.39%57.25%-
HSV(B)338.38º63.55%83.92%-
XYZ34.2921.2822.38-
YUV124.25129.56192.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 127 (50% from 255) = 30.31%
R=51.07%
G=18.62%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147812700.640.410.16338.3862.3957.25
HexD64E7F04029101523e39
Octal326116177010051205227671
Binary11010110100111011111110100000010100110000101010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d64e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d64e7f; }

 p { color: rgb(214,78,127); }

 H1.HeaderClassName
 {
   color: #d64e7f;
 }
 .AnyTagClassName
 {
   color: #d64e7f;
 }
</style>
background-color css

<style>
 a { background-color: #d64e7f; }

 a { background-color: rgb(214,78,127); }

 div.DivClassName
 {
   background-color: #d64e7f;
 }
 .BgClassName
 {
   background-color: #d64e7f;
 }
</style>
border-color css

<style>
 span { border-color: #d64e7f; }

 span { border-color: rgb(214,78,127); }

 td.TdClassName
 {
   border-color: #d64e7f;
 }
 .TagClassName
 {
   border-color: #d64e7f;
 }
</style>