Html Css Color HEX #D85B7E Cranberry

📋 copy color: '#D85B7E'

red 216 ◦ green 91 ◦ blue 126

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

Shades of Cranberry #D85B7E

Tints of Cranberry #D85B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 49.88%
G = 21.02%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D85B7E (or 0xD85B7E) is known color: Cranberry. HEX triplet: D8, 5B and 7E. RGB value is (216,91,126). Sum of RGB (Red+Green+Blue) = 216+91+126=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B7E is #27A481. Grayscale: #848484. Windows color (decimal): -2598018 or 8281048. OLE color: 8281048.

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

Color convert

RGB 216 91 126 -
CMYK 0 0.58 0.42 0.15
HSL 343.2º 0.62% 0.6% -
HSV(B) 343.2º 0.58% 0.85% -
XYZ 35.83 23.59 22.4 -
YUV 132.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 216 91 126 0 0.58 0.42 0.15 343.2 0.62 0.6
Hex D8 5B 7E 0 3A 2A F 157 3E 3C
Octal 330 133 176 0 72 52 17 527 76 74
Binary 11011000 1011011 1111110 0 111010 101010 1111 101010111 111110 111100

Color Harmonies of #D85B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B7E

Black with #D85B7E

Text Example


Text Example

White with #D85B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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