Html Css Color HEX #D64984 Cranberry

📋 copy color: '#D64984'

red 214 ◦ green 73 ◦ blue 132

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

Shades of Cranberry #D64984

Tints of Cranberry #D64984

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.42%

 BLUE value IS 132 (51.95% from 255) = 31.5%

R = 51.07%
G = 17.42%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D64984 (or 0xD64984) is known color: Cranberry. HEX triplet: D6, 49 and 84. RGB value is (214,73,132). Sum of RGB (Red+Green+Blue) = 214+73+132=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D64984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64984 is #29B67B. Grayscale: #797979. Windows color (decimal): -2733692 or 8669654. OLE color: 8669654.

HSL color Cylindrical-coordinate representation of color #D64984: hue angle of 334.89º 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 #D64984 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 132 -
CMYK 0 0.66 0.38 0.16
HSL 334.89º 0.63% 0.56% -
HSV(B) 334.89º 0.66% 0.84% -
XYZ 34.28 20.73 24.02 -
YUV 121.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 214 73 132 0 0.66 0.38 0.16 334.89 0.63 0.56
Hex D6 49 84 0 42 26 10 14F 3F 38
Octal 326 111 204 0 102 46 20 517 77 70
Binary 11010110 1001001 10000100 0 1000010 100110 10000 101001111 111111 111000

Color Harmonies of #D64984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64984

Black with #D64984

Text Example


Text Example

White with #D64984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64984; }

 p { color: rgb(214,73,132); }

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

background-color css

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

 a { background-color: rgb(214,73,132); }

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

border-color css

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

 span { border-color: rgb(214,73,132); }

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