Html Css Color HEX #D85773 Cranberry

📋 copy color: '#D85773'

red 216 ◦ green 87 ◦ blue 115

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

Shades of Cranberry #D85773

Tints of Cranberry #D85773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 51.67%
G = 20.81%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85773 (or 0xD85773) is known color: Cranberry. HEX triplet: D8, 57 and 73. RGB value is (216,87,115). Sum of RGB (Red+Green+Blue) = 216+87+115=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D85773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85773 is #27A88C. Grayscale: #808080. Windows color (decimal): -2599053 or 7559128. OLE color: 7559128.

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

Color convert

RGB 216 87 115 -
CMYK 0 0.60 0.47 0.15
HSL 346.98º 0.62% 0.59% -
HSV(B) 346.98º 0.6% 0.85% -
XYZ 34.82 22.65 18.76 -
YUV 128.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 216 87 115 0 0.60 0.47 0.15 346.98 0.62 0.59
Hex D8 57 73 0 3C 2F F 15B 3E 3B
Octal 330 127 163 0 74 57 17 533 76 73
Binary 11011000 1010111 1110011 0 111100 101111 1111 101011011 111110 111011

Color Harmonies of #D85773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85773

Black with #D85773

Text Example


Text Example

White with #D85773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85773; }

 p { color: rgb(216,87,115); }

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

background-color css

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

 a { background-color: rgb(216,87,115); }

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

border-color css

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

 span { border-color: rgb(216,87,115); }

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