Html Css Color HEX #DD239B Deep Cerise

📋 copy color: '#DD239B'

red 221 ◦ green 35 ◦ blue 155

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

Shades of Deep Cerise #DD239B

Tints of Deep Cerise #DD239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.52%

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

R = 53.77%
G = 8.52%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD239B (or 0xDD239B) is known color: Deep Cerise. HEX triplet: DD, 23 and 9B. RGB value is (221,35,155). Sum of RGB (Red+Green+Blue) = 221+35+155=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD239B is #22DC64. Grayscale: #676767. Windows color (decimal): -2284645 or 10167261. OLE color: 10167261.

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

Color convert

RGB 221 35 155 -
CMYK 0 0.84 0.30 0.13
HSL 321.29º 0.73% 0.5% -
HSV(B) 321.29º 0.84% 0.87% -
XYZ 36.34 18.94 32.75 -
YUV 104.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 221 35 155 0 0.84 0.30 0.13 321.29 0.73 0.5
Hex DD 23 9B 0 54 1E D 141 49 32
Octal 335 43 233 0 124 36 15 501 111 62
Binary 11011101 100011 10011011 0 1010100 11110 1101 101000001 1001001 110010

Color Harmonies of #DD239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD239B

Black with #DD239B

Text Example


Text Example

White with #DD239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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