Html Css Color HEX #D64C81 Cranberry

📋 copy color: '#D64C81'

red 214 ◦ green 76 ◦ blue 129

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

Shades of Cranberry #D64C81

Tints of Cranberry #D64C81

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.14%

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

R = 51.07%
G = 18.14%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64C81 (or 0xD64C81) is known color: Cranberry. HEX triplet: D6, 4C and 81. RGB value is (214,76,129). Sum of RGB (Red+Green+Blue) = 214+76+129=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C81 is #29B37E. Grayscale: #7B7B7B. Windows color (decimal): -2732927 or 8473814. OLE color: 8473814.

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

Color convert

RGB 214 76 129 -
CMYK 0 0.64 0.40 0.16
HSL 336.96º 0.63% 0.57% -
HSV(B) 336.96º 0.64% 0.84% -
XYZ 34.28 21.05 23.03 -
YUV 123.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 214 76 129 0 0.64 0.40 0.16 336.96 0.63 0.57
Hex D6 4C 81 0 40 28 10 151 3F 39
Octal 326 114 201 0 100 50 20 521 77 71
Binary 11010110 1001100 10000001 0 1000000 101000 10000 101010001 111111 111001

Color Harmonies of #D64C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C81

Black with #D64C81

Text Example


Text Example

White with #D64C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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