Html Css Color HEX #D85B7F Cranberry

📋 copy color: '#D85B7F'

red 216 ◦ green 91 ◦ blue 127

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

Shades of Cranberry #D85B7F

Tints of Cranberry #D85B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 49.77%
G = 20.97%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D85B7F (or 0xD85B7F) is known color: Cranberry. HEX triplet: D8, 5B and 7F. RGB value is (216,91,127). Sum of RGB (Red+Green+Blue) = 216+91+127=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B7F is #27A480. Grayscale: #848484. Windows color (decimal): -2598017 or 8346584. OLE color: 8346584.

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

Color convert

RGB 216 91 127 -
CMYK 0 0.58 0.41 0.15
HSL 342.72º 0.62% 0.6% -
HSV(B) 342.72º 0.58% 0.85% -
XYZ 35.89 23.61 22.74 -
YUV 132.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 216 91 127 0 0.58 0.41 0.15 342.72 0.62 0.6
Hex D8 5B 7F 0 3A 29 F 157 3E 3C
Octal 330 133 177 0 72 51 17 527 76 74
Binary 11011000 1011011 1111111 0 111010 101001 1111 101010111 111110 111100

Color Harmonies of #D85B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B7F

Black with #D85B7F

Text Example


Text Example

White with #D85B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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