Html Css Color HEX #D85373 Cranberry

📋 copy color: '#D85373'

red 216 ◦ green 83 ◦ blue 115

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

Shades of Cranberry #D85373

Tints of Cranberry #D85373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

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

R = 52.17%
G = 20.05%
B = 27.78%

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

#D85373 (or 0xD85373) is known color: Cranberry. HEX triplet: D8, 53 and 73. RGB value is (216,83,115). Sum of RGB (Red+Green+Blue) = 216+83+115=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D85373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85373 is #27AC8C. Grayscale: #7E7E7E. Windows color (decimal): -2600077 or 7558104. OLE color: 7558104.

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

Color convert

RGB 216 83 115 -
CMYK 0 0.62 0.47 0.15
HSL 345.56º 0.63% 0.59% -
HSV(B) 345.56º 0.62% 0.85% -
XYZ 34.51 22.02 18.65 -
YUV 126.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 216 83 115 0 0.62 0.47 0.15 345.56 0.63 0.59
Hex D8 53 73 0 3E 2F F 15A 3F 3B
Octal 330 123 163 0 76 57 17 532 77 73
Binary 11011000 1010011 1110011 0 111110 101111 1111 101011010 111111 111011

Color Harmonies of #D85373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85373

Black with #D85373

Text Example


Text Example

White with #D85373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85373; }

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

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

background-color css

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

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

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

border-color css

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

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

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