Html Css Color HEX #D85E81 Cranberry

📋 copy color: '#D85E81'

red 216 ◦ green 94 ◦ blue 129

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

Shades of Cranberry #D85E81

Tints of Cranberry #D85E81

RGB

 RED value IS 216 (84.77% from 255) = 49.2%

 GREEN value IS 94 (37.11% from 255) = 21.41%

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

R = 49.2%
G = 21.41%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D85E81 (or 0xD85E81) is known color: Cranberry. HEX triplet: D8, 5E and 81. RGB value is (216,94,129). Sum of RGB (Red+Green+Blue) = 216+94+129=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E81 is #27A17E. Grayscale: #868686. Windows color (decimal): -2597247 or 8478424. OLE color: 8478424.

HSL color Cylindrical-coordinate representation of color #D85E81: hue angle of 342.79º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E81 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 129 -
CMYK 0 0.56 0.40 0.15
HSL 342.79º 0.61% 0.61% -
HSV(B) 342.79º 0.56% 0.85% -
XYZ 36.28 24.19 23.53 -
YUV 134.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 216 94 129 0 0.56 0.40 0.15 342.79 0.61 0.61
Hex D8 5E 81 0 38 28 F 157 3D 3D
Octal 330 136 201 0 70 50 17 527 75 75
Binary 11011000 1011110 10000001 0 111000 101000 1111 101010111 111101 111101

Color Harmonies of #D85E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E81

Black with #D85E81

Text Example


Text Example

White with #D85E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E81; }

 p { color: rgb(216,94,129); }

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

background-color css

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

 a { background-color: rgb(216,94,129); }

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

border-color css

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

 span { border-color: rgb(216,94,129); }

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