Html Css Color HEX #D85A83 Cranberry

📋 copy color: '#D85A83'

red 216 ◦ green 90 ◦ blue 131

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

Shades of Cranberry #D85A83

Tints of Cranberry #D85A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.59%

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 49.43%
G = 20.59%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D85A83 (or 0xD85A83) is known color: Cranberry. HEX triplet: D8, 5A and 83. RGB value is (216,90,131). Sum of RGB (Red+Green+Blue) = 216+90+131=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A83 is #27A57C. Grayscale: #848484. Windows color (decimal): -2598269 or 8608472. OLE color: 8608472.

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

Color convert

RGB 216 90 131 -
CMYK 0 0.58 0.39 0.15
HSL 340.48º 0.62% 0.6% -
HSV(B) 340.48º 0.58% 0.85% -
XYZ 36.07 23.55 24.12 -
YUV 132.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 216 90 131 0 0.58 0.39 0.15 340.48 0.62 0.6
Hex D8 5A 83 0 3A 27 F 154 3E 3C
Octal 330 132 203 0 72 47 17 524 76 74
Binary 11011000 1011010 10000011 0 111010 100111 1111 101010100 111110 111100

Color Harmonies of #D85A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A83

Black with #D85A83

Text Example


Text Example

White with #D85A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A83; }

 p { color: rgb(216,90,131); }

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

background-color css

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

 a { background-color: rgb(216,90,131); }

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

border-color css

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

 span { border-color: rgb(216,90,131); }

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