Html Css Color HEX #DD237E Deep Cerise

📋 copy color: '#DD237E'

red 221 ◦ green 35 ◦ blue 126

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

Shades of Deep Cerise #DD237E

Tints of Deep Cerise #DD237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 57.85%
G = 9.16%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD237E (or 0xDD237E) is known color: Deep Cerise. HEX triplet: DD, 23 and 7E. RGB value is (221,35,126). Sum of RGB (Red+Green+Blue) = 221+35+126=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD237E is #22DC81. Grayscale: #646464. Windows color (decimal): -2284674 or 8266717. OLE color: 8266717.

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

Color convert

RGB 221 35 126 -
CMYK 0 0.84 0.43 0.13
HSL 330.65º 0.73% 0.5% -
HSV(B) 330.65º 0.84% 0.87% -
XYZ 34.19 18.08 21.43 -
YUV 100.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 221 35 126 0 0.84 0.43 0.13 330.65 0.73 0.5
Hex DD 23 7E 0 54 2B D 14B 49 32
Octal 335 43 176 0 124 53 15 513 111 62
Binary 11011101 100011 1111110 0 1010100 101011 1101 101001011 1001001 110010

Color Harmonies of #DD237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD237E

Black with #DD237E

Text Example


Text Example

White with #DD237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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