Html Css Color HEX #D64B81 Cranberry

📋 copy color: '#D64B81'

red 214 ◦ green 75 ◦ blue 129

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

Shades of Cranberry #D64B81

Tints of Cranberry #D64B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 51.2%
G = 17.94%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64B81 (or 0xD64B81) is known color: Cranberry. HEX triplet: D6, 4B and 81. RGB value is (214,75,129). Sum of RGB (Red+Green+Blue) = 214+75+129=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B81 is #29B47E. Grayscale: #7A7A7A. Windows color (decimal): -2733183 or 8473558. OLE color: 8473558.

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

Color convert

RGB 214 75 129 -
CMYK 0 0.65 0.40 0.16
HSL 336.69º 0.63% 0.57% -
HSV(B) 336.69º 0.65% 0.84% -
XYZ 34.21 20.91 23 -
YUV 122.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 214 75 129 0 0.65 0.40 0.16 336.69 0.63 0.57
Hex D6 4B 81 0 41 28 10 151 3F 39
Octal 326 113 201 0 101 50 20 521 77 71
Binary 11010110 1001011 10000001 0 1000001 101000 10000 101010001 111111 111001

Color Harmonies of #D64B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B81

Black with #D64B81

Text Example


Text Example

White with #D64B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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