Html Css Color HEX #D85173 Cranberry

📋 copy color: '#D85173'

red 216 ◦ green 81 ◦ blue 115

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

Shades of Cranberry #D85173

Tints of Cranberry #D85173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.66%

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

R = 52.43%
G = 19.66%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85173 (or 0xD85173) is known color: Cranberry. HEX triplet: D8, 51 and 73. RGB value is (216,81,115). Sum of RGB (Red+Green+Blue) = 216+81+115=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D85173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85173 is #27AE8C. Grayscale: #7D7D7D. Windows color (decimal): -2600589 or 7557592. OLE color: 7557592.

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

Color convert

RGB 216 81 115 -
CMYK 0 0.62 0.47 0.15
HSL 344.89º 0.63% 0.58% -
HSV(B) 344.89º 0.63% 0.85% -
XYZ 34.36 21.72 18.6 -
YUV 125.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 216 81 115 0 0.62 0.47 0.15 344.89 0.63 0.58
Hex D8 51 73 0 3E 2F F 159 3F 3A
Octal 330 121 163 0 76 57 17 531 77 72
Binary 11011000 1010001 1110011 0 111110 101111 1111 101011001 111111 111010

Color Harmonies of #D85173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85173

Black with #D85173

Text Example


Text Example

White with #D85173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85173; }

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

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

background-color css

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

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

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

border-color css

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

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

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