Html Css Color HEX #D85581 Cranberry

📋 copy color: '#D85581'

red 216 ◦ green 85 ◦ blue 129

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

Shades of Cranberry #D85581

Tints of Cranberry #D85581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.77%

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

R = 50.23%
G = 19.77%
B = 30%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D85581 (or 0xD85581) is known color: Cranberry. HEX triplet: D8, 55 and 81. RGB value is (216,85,129). Sum of RGB (Red+Green+Blue) = 216+85+129=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D85581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85581 is #27AA7E. Grayscale: #818181. Windows color (decimal): -2599551 or 8476120. OLE color: 8476120.

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

Color convert

RGB 216 85 129 -
CMYK 0 0.61 0.40 0.15
HSL 339.85º 0.63% 0.59% -
HSV(B) 339.85º 0.61% 0.85% -
XYZ 35.53 22.68 23.27 -
YUV 129.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 216 85 129 0 0.61 0.40 0.15 339.85 0.63 0.59
Hex D8 55 81 0 3D 28 F 154 3F 3B
Octal 330 125 201 0 75 50 17 524 77 73
Binary 11011000 1010101 10000001 0 111101 101000 1111 101010100 111111 111011

Color Harmonies of #D85581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85581

Black with #D85581

Text Example


Text Example

White with #D85581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85581; }

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

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

background-color css

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

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

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

border-color css

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

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

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