Html Css Color HEX #D85281 Cranberry

📋 copy color: '#D85281'

red 216 ◦ green 82 ◦ blue 129

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

Shades of Cranberry #D85281

Tints of Cranberry #D85281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.2%

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

R = 50.59%
G = 19.2%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D85281 (or 0xD85281) is known color: Cranberry. HEX triplet: D8, 52 and 81. RGB value is (216,82,129). Sum of RGB (Red+Green+Blue) = 216+82+129=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D85281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85281 is #27AD7E. Grayscale: #7F7F7F. Windows color (decimal): -2600319 or 8475352. OLE color: 8475352.

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

Color convert

RGB 216 82 129 -
CMYK 0 0.62 0.40 0.15
HSL 338.96º 0.63% 0.58% -
HSV(B) 338.96º 0.62% 0.85% -
XYZ 35.3 22.22 23.2 -
YUV 127.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 216 82 129 0 0.62 0.40 0.15 338.96 0.63 0.58
Hex D8 52 81 0 3E 28 F 153 3F 3A
Octal 330 122 201 0 76 50 17 523 77 72
Binary 11011000 1010010 10000001 0 111110 101000 1111 101010011 111111 111010

Color Harmonies of #D85281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85281

Black with #D85281

Text Example


Text Example

White with #D85281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85281; }

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

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

background-color css

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

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

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

border-color css

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

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

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