Html Css Color HEX #D85B73 Cranberry

📋 copy color: '#D85B73'

red 216 ◦ green 91 ◦ blue 115

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

Shades of Cranberry #D85B73

Tints of Cranberry #D85B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 51.18%
G = 21.56%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85B73 (or 0xD85B73) is known color: Cranberry. HEX triplet: D8, 5B and 73. RGB value is (216,91,115). Sum of RGB (Red+Green+Blue) = 216+91+115=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B73 is #27A48C. Grayscale: #838383. Windows color (decimal): -2598029 or 7560152. OLE color: 7560152.

HSL color Cylindrical-coordinate representation of color #D85B73: hue angle of 348.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 #D85B73 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 91 115 -
CMYK 0 0.58 0.47 0.15
HSL 348.48º 0.62% 0.6% -
HSV(B) 348.48º 0.58% 0.85% -
XYZ 35.15 23.32 18.87 -
YUV 131.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 216 91 115 0 0.58 0.47 0.15 348.48 0.62 0.6
Hex D8 5B 73 0 3A 2F F 15C 3E 3C
Octal 330 133 163 0 72 57 17 534 76 74
Binary 11011000 1011011 1110011 0 111010 101111 1111 101011100 111110 111100

Color Harmonies of #D85B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B73

Black with #D85B73

Text Example


Text Example

White with #D85B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B73; }

 p { color: rgb(216,91,115); }

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

background-color css

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

 a { background-color: rgb(216,91,115); }

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

border-color css

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

 span { border-color: rgb(216,91,115); }

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