Html Css Color HEX #DD3395 Deep Cerise

📋 copy color: '#DD3395'

red 221 ◦ green 51 ◦ blue 149

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

Shades of Deep Cerise #DD3395

Tints of Deep Cerise #DD3395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.11%

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

R = 52.49%
G = 12.11%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3395 (or 0xDD3395) is known color: Deep Cerise. HEX triplet: DD, 33 and 95. RGB value is (221,51,149). Sum of RGB (Red+Green+Blue) = 221+51+149=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3395 is #22CC6A. Grayscale: #707070. Windows color (decimal): -2280555 or 9778141. OLE color: 9778141.

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

Color convert

RGB 221 51 149 -
CMYK 0 0.77 0.33 0.13
HSL 325.41º 0.71% 0.53% -
HSV(B) 325.41º 0.77% 0.87% -
XYZ 36.43 19.91 30.36 -
YUV 113 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 221 51 149 0 0.77 0.33 0.13 325.41 0.71 0.53
Hex DD 33 95 0 4D 21 D 145 47 35
Octal 335 63 225 0 115 41 15 505 107 65
Binary 11011101 110011 10010101 0 1001101 100001 1101 101000101 1000111 110101

Color Harmonies of #DD3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3395

Black with #DD3395

Text Example


Text Example

White with #DD3395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3395; }

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

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

background-color css

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

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

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

border-color css

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

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

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