Html Css Color HEX #D85481 Cranberry

📋 copy color: '#D85481'

red 216 ◦ green 84 ◦ blue 129

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

Shades of Cranberry #D85481

Tints of Cranberry #D85481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.58%

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

R = 50.35%
G = 19.58%
B = 30.07%

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

#D85481 (or 0xD85481) is known color: Cranberry. HEX triplet: D8, 54 and 81. RGB value is (216,84,129). Sum of RGB (Red+Green+Blue) = 216+84+129=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D85481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85481 is #27AB7E. Grayscale: #808080. Windows color (decimal): -2599807 or 8475864. OLE color: 8475864.

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

Color convert

RGB 216 84 129 -
CMYK 0 0.61 0.40 0.15
HSL 339.55º 0.63% 0.59% -
HSV(B) 339.55º 0.61% 0.85% -
XYZ 35.45 22.52 23.25 -
YUV 128.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 216 84 129 0 0.61 0.40 0.15 339.55 0.63 0.59
Hex D8 54 81 0 3D 28 F 154 3F 3B
Octal 330 124 201 0 75 50 17 524 77 73
Binary 11011000 1010100 10000001 0 111101 101000 1111 101010100 111111 111011

Color Harmonies of #D85481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85481

Black with #D85481

Text Example


Text Example

White with #D85481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85481; }

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

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

background-color css

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

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

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

border-color css

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

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

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