Html Css Color HEX #D85B75 Cranberry

📋 copy color: '#D85B75'

red 216 ◦ green 91 ◦ blue 117

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

Shades of Cranberry #D85B75

Tints of Cranberry #D85B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 50.94%
G = 21.46%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D85B75 (or 0xD85B75) is known color: Cranberry. HEX triplet: D8, 5B and 75. RGB value is (216,91,117). Sum of RGB (Red+Green+Blue) = 216+91+117=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B75 is #27A48A. Grayscale: #838383. Windows color (decimal): -2598027 or 7691224. OLE color: 7691224.

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

Color convert

RGB 216 91 117 -
CMYK 0 0.58 0.46 0.15
HSL 347.52º 0.62% 0.6% -
HSV(B) 347.52º 0.58% 0.85% -
XYZ 35.27 23.37 19.48 -
YUV 131.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 216 91 117 0 0.58 0.46 0.15 347.52 0.62 0.6
Hex D8 5B 75 0 3A 2E F 15C 3E 3C
Octal 330 133 165 0 72 56 17 534 76 74
Binary 11011000 1011011 1110101 0 111010 101110 1111 101011100 111110 111100

Color Harmonies of #D85B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B75

Black with #D85B75

Text Example


Text Example

White with #D85B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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