Html Css Color HEX #D55573 Cranberry

📋 copy color: '#D55573'

red 213 ◦ green 85 ◦ blue 115

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

Shades of Cranberry #D55573

Tints of Cranberry #D55573

RGB

 RED value IS 213 (83.59% from 255) = 51.57%

 GREEN value IS 85 (33.59% from 255) = 20.58%

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

R = 51.57%
G = 20.58%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D55573 (or 0xD55573) is known color: Cranberry. HEX triplet: D5, 55 and 73. RGB value is (213,85,115). Sum of RGB (Red+Green+Blue) = 213+85+115=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55573 is #2AAA8C. Grayscale: #7E7E7E. Windows color (decimal): -2796173 or 7558613. OLE color: 7558613.

HSL color Cylindrical-coordinate representation of color #D55573: hue angle of 345.94º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55573 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 85 115 -
CMYK 0 0.60 0.46 0.16
HSL 345.94º 0.6% 0.58% -
HSV(B) 345.94º 0.6% 0.84% -
XYZ 33.78 21.88 18.66 -
YUV 126.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 213 85 115 0 0.60 0.46 0.16 345.94 0.6 0.58
Hex D5 55 73 0 3C 2E 10 15A 3C 3A
Octal 325 125 163 0 74 56 20 532 74 72
Binary 11010101 1010101 1110011 0 111100 101110 10000 101011010 111100 111010

Color Harmonies of #D55573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55573

Black with #D55573

Text Example


Text Example

White with #D55573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55573; }

 p { color: rgb(213,85,115); }

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

background-color css

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

 a { background-color: rgb(213,85,115); }

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

border-color css

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

 span { border-color: rgb(213,85,115); }

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