Html Css Color HEX #D64F82 Cranberry

📋 copy color: '#D64F82'

red 214 ◦ green 79 ◦ blue 130

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

Shades of Cranberry #D64F82

Tints of Cranberry #D64F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

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

R = 50.59%
G = 18.68%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D64F82 (or 0xD64F82) is known color: Cranberry. HEX triplet: D6, 4F and 82. RGB value is (214,79,130). Sum of RGB (Red+Green+Blue) = 214+79+130=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F82 is #29B07D. Grayscale: #7D7D7D. Windows color (decimal): -2732158 or 8540118. OLE color: 8540118.

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

Color convert

RGB 214 79 130 -
CMYK 0 0.63 0.39 0.16
HSL 337.33º 0.62% 0.57% -
HSV(B) 337.33º 0.63% 0.84% -
XYZ 34.56 21.5 23.45 -
YUV 125.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 214 79 130 0 0.63 0.39 0.16 337.33 0.62 0.57
Hex D6 4F 82 0 3F 27 10 151 3E 39
Octal 326 117 202 0 77 47 20 521 76 71
Binary 11010110 1001111 10000010 0 111111 100111 10000 101010001 111110 111001

Color Harmonies of #D64F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F82

Black with #D64F82

Text Example


Text Example

White with #D64F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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