Html Css Color HEX #D64F81 Cranberry

📋 copy color: '#D64F81'

red 214 ◦ green 79 ◦ blue 129

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

Shades of Cranberry #D64F81

Tints of Cranberry #D64F81

RGB

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

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

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

R = 50.71%
G = 18.72%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64F81 (or 0xD64F81) is known color: Cranberry. HEX triplet: D6, 4F and 81. RGB value is (214,79,129). Sum of RGB (Red+Green+Blue) = 214+79+129=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F81 is #29B07E. Grayscale: #7D7D7D. Windows color (decimal): -2732159 or 8474582. OLE color: 8474582.

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

Color convert

RGB 214 79 129 -
CMYK 0 0.63 0.40 0.16
HSL 337.78º 0.62% 0.57% -
HSV(B) 337.78º 0.63% 0.84% -
XYZ 34.49 21.47 23.1 -
YUV 125.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 214 79 129 0 0.63 0.40 0.16 337.78 0.62 0.57
Hex D6 4F 81 0 3F 28 10 152 3E 39
Octal 326 117 201 0 77 50 20 522 76 71
Binary 11010110 1001111 10000001 0 111111 101000 10000 101010010 111110 111001

Color Harmonies of #D64F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F81

Black with #D64F81

Text Example


Text Example

White with #D64F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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