Html Css Color HEX #DD3195 Deep Cerise

📋 copy color: '#DD3195'

red 221 ◦ green 49 ◦ blue 149

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

Shades of Deep Cerise #DD3195

Tints of Deep Cerise #DD3195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 52.74%
G = 11.69%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3195 (or 0xDD3195) is known color: Deep Cerise. HEX triplet: DD, 31 and 95. RGB value is (221,49,149). Sum of RGB (Red+Green+Blue) = 221+49+149=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3195 is #22CE6A. Grayscale: #6F6F6F. Windows color (decimal): -2281067 or 9777629. OLE color: 9777629.

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

Color convert

RGB 221 49 149 -
CMYK 0 0.78 0.33 0.13
HSL 325.12º 0.72% 0.53% -
HSV(B) 325.12º 0.78% 0.87% -
XYZ 36.34 19.74 30.33 -
YUV 111.83 148.98 205.87 -
System Red Green Blue C M Y K H S L
Decimal 221 49 149 0 0.78 0.33 0.13 325.12 0.72 0.53
Hex DD 31 95 0 4E 21 D 145 48 35
Octal 335 61 225 0 116 41 15 505 110 65
Binary 11011101 110001 10010101 0 1001110 100001 1101 101000101 1001000 110101

Color Harmonies of #DD3195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3195

Black with #DD3195

Text Example


Text Example

White with #DD3195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3195; }

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

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

background-color css

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

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

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

border-color css

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

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

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