Html Css Color HEX #DD3E9B Deep Cerise

📋 copy color: '#DD3E9B'

red 221 ◦ green 62 ◦ blue 155

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

Shades of Deep Cerise #DD3E9B

Tints of Deep Cerise #DD3E9B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.16%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 50.46%
G = 14.16%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD3E9B (or 0xDD3E9B) is known color: Deep Cerise. HEX triplet: DD, 3E and 9B. RGB value is (221,62,155). Sum of RGB (Red+Green+Blue) = 221+62+155=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E9B is #22C164. Grayscale: #777777. Windows color (decimal): -2277733 or 10174173. OLE color: 10174173.

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

Color convert

RGB 221 62 155 -
CMYK 0 0.72 0.30 0.13
HSL 324.91º 0.7% 0.55% -
HSV(B) 324.91º 0.72% 0.87% -
XYZ 37.46 21.18 33.13 -
YUV 120.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 221 62 155 0 0.72 0.30 0.13 324.91 0.7 0.55
Hex DD 3E 9B 0 48 1E D 145 46 37
Octal 335 76 233 0 110 36 15 505 106 67
Binary 11011101 111110 10011011 0 1001000 11110 1101 101000101 1000110 110111

Color Harmonies of #DD3E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E9B

Black with #DD3E9B

Text Example


Text Example

White with #DD3E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E9B; }

 p { color: rgb(221,62,155); }

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

background-color css

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

 a { background-color: rgb(221,62,155); }

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

border-color css

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

 span { border-color: rgb(221,62,155); }

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