Html Css Color HEX #D85273 Cranberry

📋 copy color: '#D85273'

red 216 ◦ green 82 ◦ blue 115

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

Shades of Cranberry #D85273

Tints of Cranberry #D85273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

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

R = 52.3%
G = 19.85%
B = 27.85%

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

#D85273 (or 0xD85273) is known color: Cranberry. HEX triplet: D8, 52 and 73. RGB value is (216,82,115). Sum of RGB (Red+Green+Blue) = 216+82+115=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D85273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85273 is #27AD8C. Grayscale: #7D7D7D. Windows color (decimal): -2600333 or 7557848. OLE color: 7557848.

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

Color convert

RGB 216 82 115 -
CMYK 0 0.62 0.47 0.15
HSL 345.22º 0.63% 0.58% -
HSV(B) 345.22º 0.62% 0.85% -
XYZ 34.43 21.87 18.63 -
YUV 125.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 216 82 115 0 0.62 0.47 0.15 345.22 0.63 0.58
Hex D8 52 73 0 3E 2F F 159 3F 3A
Octal 330 122 163 0 76 57 17 531 77 72
Binary 11011000 1010010 1110011 0 111110 101111 1111 101011001 111111 111010

Color Harmonies of #D85273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85273

Black with #D85273

Text Example


Text Example

White with #D85273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85273; }

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

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

background-color css

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

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

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

border-color css

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

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

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