Html Css Color HEX #DD3160 Cerise

📋 copy color: '#DD3160'

red 221 ◦ green 49 ◦ blue 96

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

Shades of Cerise #DD3160

Tints of Cerise #DD3160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 60.38%
G = 13.39%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD3160 (or 0xDD3160) is known color: Cerise. HEX triplet: DD, 31 and 60. RGB value is (221,49,96). Sum of RGB (Red+Green+Blue) = 221+49+96=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3160 is #22CE9F. Grayscale: #696969. Windows color (decimal): -2281120 or 6304221. OLE color: 6304221.

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

Color convert

RGB 221 49 96 -
CMYK 0 0.78 0.57 0.13
HSL 343.6º 0.72% 0.53% -
HSV(B) 343.6º 0.78% 0.87% -
XYZ 33.03 18.41 12.88 -
YUV 105.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 221 49 96 0 0.78 0.57 0.13 343.6 0.72 0.53
Hex DD 31 60 0 4E 39 D 158 48 35
Octal 335 61 140 0 116 71 15 530 110 65
Binary 11011101 110001 1100000 0 1001110 111001 1101 101011000 1001000 110101

Color Harmonies of #DD3160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3160

Black with #DD3160

Text Example


Text Example

White with #DD3160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3160; }

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

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

background-color css

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

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

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

border-color css

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

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

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