Html Css Color HEX #DD239D Deep Cerise

📋 copy color: '#DD239D'

red 221 ◦ green 35 ◦ blue 157

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

Shades of Deep Cerise #DD239D

Tints of Deep Cerise #DD239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 53.51%
G = 8.47%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD239D (or 0xDD239D) is known color: Deep Cerise. HEX triplet: DD, 23 and 9D. RGB value is (221,35,157). Sum of RGB (Red+Green+Blue) = 221+35+157=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD239D is #22DC62. Grayscale: #686868. Windows color (decimal): -2284643 or 10298333. OLE color: 10298333.

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

Color convert

RGB 221 35 157 -
CMYK 0 0.84 0.29 0.13
HSL 320.65º 0.73% 0.5% -
HSV(B) 320.65º 0.84% 0.87% -
XYZ 36.51 19.01 33.64 -
YUV 104.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 221 35 157 0 0.84 0.29 0.13 320.65 0.73 0.5
Hex DD 23 9D 0 54 1D D 141 49 32
Octal 335 43 235 0 124 35 15 501 111 62
Binary 11011101 100011 10011101 0 1010100 11101 1101 101000001 1001001 110010

Color Harmonies of #DD239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD239D

Black with #DD239D

Text Example


Text Example

White with #DD239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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