Html Css Color HEX #D85973 Cranberry

📋 copy color: '#D85973'

red 216 ◦ green 89 ◦ blue 115

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

Shades of Cranberry #D85973

Tints of Cranberry #D85973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

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

R = 51.43%
G = 21.19%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85973 (or 0xD85973) is known color: Cranberry. HEX triplet: D8, 59 and 73. RGB value is (216,89,115). Sum of RGB (Red+Green+Blue) = 216+89+115=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D85973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85973 is #27A68C. Grayscale: #818181. Windows color (decimal): -2598541 or 7559640. OLE color: 7559640.

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

Color convert

RGB 216 89 115 -
CMYK 0 0.59 0.47 0.15
HSL 347.72º 0.62% 0.6% -
HSV(B) 347.72º 0.59% 0.85% -
XYZ 34.99 22.98 18.81 -
YUV 129.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 216 89 115 0 0.59 0.47 0.15 347.72 0.62 0.6
Hex D8 59 73 0 3B 2F F 15C 3E 3C
Octal 330 131 163 0 73 57 17 534 76 74
Binary 11011000 1011001 1110011 0 111011 101111 1111 101011100 111110 111100

Color Harmonies of #D85973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85973

Black with #D85973

Text Example


Text Example

White with #D85973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85973; }

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

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

background-color css

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

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

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

border-color css

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

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

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