Html Css Color HEX #DD3170 Cerise

📋 copy color: '#DD3170'

red 221 ◦ green 49 ◦ blue 112

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

Shades of Cerise #DD3170

Tints of Cerise #DD3170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 57.85%
G = 12.83%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3170 (or 0xDD3170) is known color: Cerise. HEX triplet: DD, 31 and 70. RGB value is (221,49,112). Sum of RGB (Red+Green+Blue) = 221+49+112=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3170 is #22CE8F. Grayscale: #6B6B6B. Windows color (decimal): -2281104 or 7352797. OLE color: 7352797.

HSL color Cylindrical-coordinate representation of color #DD3170: hue angle of 338.02º 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 #DD3170 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 112 -
CMYK 0 0.78 0.49 0.13
HSL 338.02º 0.72% 0.53% -
HSV(B) 338.02º 0.78% 0.87% -
XYZ 33.84 18.74 17.16 -
YUV 107.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 221 49 112 0 0.78 0.49 0.13 338.02 0.72 0.53
Hex DD 31 70 0 4E 31 D 152 48 35
Octal 335 61 160 0 116 61 15 522 110 65
Binary 11011101 110001 1110000 0 1001110 110001 1101 101010010 1001000 110101

Color Harmonies of #DD3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3170

Black with #DD3170

Text Example


Text Example

White with #DD3170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3170; }

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

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

background-color css

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

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

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

border-color css

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

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

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