Html Css Color HEX #D64E7F Cranberry

📋 copy color: '#D64E7F'

red 214 ◦ green 78 ◦ blue 127

#D64E7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D64E7F

Tints of Cranberry #D64E7F

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 value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D64E7F (or 0xD64E7F) is known color: 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

RGB 214 78 127 -
CMYK 0 0.64 0.41 0.16
HSL 338.38º 0.62% 0.57% -
HSV(B) 338.38º 0.64% 0.84% -
XYZ 34.29 21.28 22.38 -
YUV 124.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 214 78 127 0 0.64 0.41 0.16 338.38 0.62 0.57
Hex D6 4E 7F 0 40 29 10 152 3E 39
Octal 326 116 177 0 100 51 20 522 76 71
Binary 11010110 1001110 1111111 0 1000000 101001 10000 101010010 111110 111001

Color Harmonies of #D64E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E7F

Black with #D64E7F

Text Example


Text Example

White with #D64E7F

Text Example


Text Example

HTML Codes & Css Web 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>