Html Css Color HEX #D64B86 Cranberry

📋 copy color: '#D64B86'

red 214 ◦ green 75 ◦ blue 134

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

Shades of Cranberry #D64B86

Tints of Cranberry #D64B86

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

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

R = 50.59%
G = 17.73%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64B86 (or 0xD64B86) is known color: Cranberry. HEX triplet: D6, 4B and 86. RGB value is (214,75,134). Sum of RGB (Red+Green+Blue) = 214+75+134=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B86 is #29B479. Grayscale: #7B7B7B. Windows color (decimal): -2733178 or 8801238. OLE color: 8801238.

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

Color convert

RGB 214 75 134 -
CMYK 0 0.65 0.37 0.16
HSL 334.53º 0.63% 0.57% -
HSV(B) 334.53º 0.65% 0.84% -
XYZ 34.55 21.05 24.8 -
YUV 123.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 214 75 134 0 0.65 0.37 0.16 334.53 0.63 0.57
Hex D6 4B 86 0 41 25 10 14F 3F 39
Octal 326 113 206 0 101 45 20 517 77 71
Binary 11010110 1001011 10000110 0 1000001 100101 10000 101001111 111111 111001

Color Harmonies of #D64B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B86

Black with #D64B86

Text Example


Text Example

White with #D64B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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