Html Css Color HEX #D64982 Cranberry

📋 copy color: '#D64982'

red 214 ◦ green 73 ◦ blue 130

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

Shades of Cranberry #D64982

Tints of Cranberry #D64982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 51.32%
G = 17.51%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D64982 (or 0xD64982) is known color: Cranberry. HEX triplet: D6, 49 and 82. RGB value is (214,73,130). Sum of RGB (Red+Green+Blue) = 214+73+130=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D64982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64982 is #29B67D. Grayscale: #797979. Windows color (decimal): -2733694 or 8538582. OLE color: 8538582.

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

Color convert

RGB 214 73 130 -
CMYK 0 0.66 0.39 0.16
HSL 335.74º 0.63% 0.56% -
HSV(B) 335.74º 0.66% 0.84% -
XYZ 34.14 20.67 23.31 -
YUV 121.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 214 73 130 0 0.66 0.39 0.16 335.74 0.63 0.56
Hex D6 49 82 0 42 27 10 150 3F 38
Octal 326 111 202 0 102 47 20 520 77 70
Binary 11010110 1001001 10000010 0 1000010 100111 10000 101010000 111111 111000

Color Harmonies of #D64982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64982

Black with #D64982

Text Example


Text Example

White with #D64982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64982; }

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

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

background-color css

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

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

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

border-color css

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

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

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