Html Css Color HEX #D85676 Cranberry

📋 copy color: '#D85676'

red 216 ◦ green 86 ◦ blue 118

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

Shades of Cranberry #D85676

Tints of Cranberry #D85676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.48%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 51.43%
G = 20.48%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D85676 (or 0xD85676) is known color: Cranberry. HEX triplet: D8, 56 and 76. RGB value is (216,86,118). Sum of RGB (Red+Green+Blue) = 216+86+118=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D85676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85676 is #27A989. Grayscale: #808080. Windows color (decimal): -2599306 or 7755480. OLE color: 7755480.

HSL color Cylindrical-coordinate representation of color #D85676: hue angle of 345.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85676 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 86 118 -
CMYK 0 0.60 0.45 0.15
HSL 345.23º 0.63% 0.59% -
HSV(B) 345.23º 0.6% 0.85% -
XYZ 34.92 22.56 19.65 -
YUV 128.52 122.07 190.4 -
System Red Green Blue C M Y K H S L
Decimal 216 86 118 0 0.60 0.45 0.15 345.23 0.63 0.59
Hex D8 56 76 0 3C 2D F 159 3E 3B
Octal 330 126 166 0 74 55 17 531 76 73
Binary 11011000 1010110 1110110 0 111100 101101 1111 101011001 111110 111011

Color Harmonies of #D85676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85676

Black with #D85676

Text Example


Text Example

White with #D85676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85676; }

 p { color: rgb(216,86,118); }

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

background-color css

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

 a { background-color: rgb(216,86,118); }

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

border-color css

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

 span { border-color: rgb(216,86,118); }

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