Html Css Color HEX #D64879 Cranberry

📋 copy color: '#D64879'

red 214 ◦ green 72 ◦ blue 121

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

Shades of Cranberry #D64879

Tints of Cranberry #D64879

RGB

 RED value IS 214 (83.98% from 255) = 52.58%

 GREEN value IS 72 (28.52% from 255) = 17.69%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 52.58%
G = 17.69%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D64879 (or 0xD64879) is known color: Cranberry. HEX triplet: D6, 48 and 79. RGB value is (214,72,121). Sum of RGB (Red+Green+Blue) = 214+72+121=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D64879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64879 is #29B786. Grayscale: #777777. Windows color (decimal): -2733959 or 7948502. OLE color: 7948502.

HSL color Cylindrical-coordinate representation of color #D64879: hue angle of 339.3º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64879 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 121 -
CMYK 0 0.66 0.43 0.16
HSL 339.3º 0.63% 0.56% -
HSV(B) 339.3º 0.66% 0.84% -
XYZ 33.5 20.31 20.24 -
YUV 120.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 214 72 121 0 0.66 0.43 0.16 339.3 0.63 0.56
Hex D6 48 79 0 42 2B 10 153 3F 38
Octal 326 110 171 0 102 53 20 523 77 70
Binary 11010110 1001000 1111001 0 1000010 101011 10000 101010011 111111 111000

Color Harmonies of #D64879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64879

Black with #D64879

Text Example


Text Example

White with #D64879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64879; }

 p { color: rgb(214,72,121); }

 H1.HeaderClassName
 {
   color: #D64879;
 }
 .AnyTagClassName
 {
   color: #D64879;
 }
</style>

background-color css

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

 a { background-color: rgb(214,72,121); }

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

border-color css

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

 span { border-color: rgb(214,72,121); }

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