Html Css Color HEX #D64D86 Cranberry

📋 copy color: '#D64D86'

red 214 ◦ green 77 ◦ blue 134

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

Shades of Cranberry #D64D86

Tints of Cranberry #D64D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.12%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 50.35%
G = 18.12%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64D86 (or 0xD64D86) is known color: Cranberry. HEX triplet: D6, 4D and 86. RGB value is (214,77,134). Sum of RGB (Red+Green+Blue) = 214+77+134=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D86 is #29B279. Grayscale: #7C7C7C. Windows color (decimal): -2732666 or 8801750. OLE color: 8801750.

HSL color Cylindrical-coordinate representation of color #D64D86: hue angle of 335.04º degrees, saturation: 0.63, 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 #D64D86 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 77 134 -
CMYK 0 0.64 0.37 0.16
HSL 335.04º 0.63% 0.57% -
HSV(B) 335.04º 0.64% 0.84% -
XYZ 34.69 21.33 24.84 -
YUV 124.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 214 77 134 0 0.64 0.37 0.16 335.04 0.63 0.57
Hex D6 4D 86 0 40 25 10 14F 3F 39
Octal 326 115 206 0 100 45 20 517 77 71
Binary 11010110 1001101 10000110 0 1000000 100101 10000 101001111 111111 111001

Color Harmonies of #D64D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D86

Black with #D64D86

Text Example


Text Example

White with #D64D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D86; }

 p { color: rgb(214,77,134); }

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

background-color css

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

 a { background-color: rgb(214,77,134); }

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

border-color css

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

 span { border-color: rgb(214,77,134); }

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