Html Css Color HEX #D85E75 Cranberry

📋 copy color: '#D85E75'

red 216 ◦ green 94 ◦ blue 117

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

Shades of Cranberry #D85E75

Tints of Cranberry #D85E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

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

R = 50.59%
G = 22.01%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D85E75 (or 0xD85E75) is known color: Cranberry. HEX triplet: D8, 5E and 75. RGB value is (216,94,117). Sum of RGB (Red+Green+Blue) = 216+94+117=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E75 is #27A18A. Grayscale: #858585. Windows color (decimal): -2597259 or 7691992. OLE color: 7691992.

HSL color Cylindrical-coordinate representation of color #D85E75: hue angle of 348.69º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E75 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 117 -
CMYK 0 0.56 0.46 0.15
HSL 348.69º 0.61% 0.61% -
HSV(B) 348.69º 0.56% 0.85% -
XYZ 35.53 23.89 19.57 -
YUV 133.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 216 94 117 0 0.56 0.46 0.15 348.69 0.61 0.61
Hex D8 5E 75 0 38 2E F 15D 3D 3D
Octal 330 136 165 0 70 56 17 535 75 75
Binary 11011000 1011110 1110101 0 111000 101110 1111 101011101 111101 111101

Color Harmonies of #D85E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E75

Black with #D85E75

Text Example


Text Example

White with #D85E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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