Html Css Color HEX #D85086 Cranberry

📋 copy color: '#D85086'

red 216 ◦ green 80 ◦ blue 134

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

Shades of Cranberry #D85086

Tints of Cranberry #D85086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

 BLUE value IS 134 (52.73% from 255) = 31.16%

R = 50.23%
G = 18.6%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85086 (or 0xD85086) is known color: Cranberry. HEX triplet: D8, 50 and 86. RGB value is (216,80,134). Sum of RGB (Red+Green+Blue) = 216+80+134=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D85086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85086 is #27AF79. Grayscale: #7E7E7E. Windows color (decimal): -2600826 or 8802520. OLE color: 8802520.

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

Color convert

RGB 216 80 134 -
CMYK 0 0.63 0.38 0.15
HSL 336.18º 0.64% 0.58% -
HSV(B) 336.18º 0.63% 0.85% -
XYZ 35.49 22.06 24.94 -
YUV 126.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 216 80 134 0 0.63 0.38 0.15 336.18 0.64 0.58
Hex D8 50 86 0 3F 26 F 150 40 3A
Octal 330 120 206 0 77 46 17 520 100 72
Binary 11011000 1010000 10000110 0 111111 100110 1111 101010000 1000000 111010

Color Harmonies of #D85086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85086

Black with #D85086

Text Example


Text Example

White with #D85086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85086; }

 p { color: rgb(216,80,134); }

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

background-color css

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

 a { background-color: rgb(216,80,134); }

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

border-color css

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

 span { border-color: rgb(216,80,134); }

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