Html Css Color HEX #DD3173 Cerise

📋 copy color: '#DD3173'

red 221 ◦ green 49 ◦ blue 115

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

Shades of Cerise #DD3173

Tints of Cerise #DD3173

RGB

 RED value IS 221 (86.72% from 255) = 57.4%

 GREEN value IS 49 (19.53% from 255) = 12.73%

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

R = 57.4%
G = 12.73%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3173 (or 0xDD3173) is known color: Cerise. HEX triplet: DD, 31 and 73. RGB value is (221,49,115). Sum of RGB (Red+Green+Blue) = 221+49+115=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3173 is #22CE8C. Grayscale: #6B6B6B. Windows color (decimal): -2281101 or 7549405. OLE color: 7549405.

HSL color Cylindrical-coordinate representation of color #DD3173: hue angle of 336.98º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3173 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 115 -
CMYK 0 0.78 0.48 0.13
HSL 336.98º 0.72% 0.53% -
HSV(B) 336.98º 0.78% 0.87% -
XYZ 34.01 18.81 18.06 -
YUV 107.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 221 49 115 0 0.78 0.48 0.13 336.98 0.72 0.53
Hex DD 31 73 0 4E 30 D 151 48 35
Octal 335 61 163 0 116 60 15 521 110 65
Binary 11011101 110001 1110011 0 1001110 110000 1101 101010001 1001000 110101

Color Harmonies of #DD3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3173

Black with #DD3173

Text Example


Text Example

White with #DD3173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3173; }

 p { color: rgb(221,49,115); }

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

background-color css

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

 a { background-color: rgb(221,49,115); }

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

border-color css

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

 span { border-color: rgb(221,49,115); }

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