Html Css Color HEX #DD237A Deep Cerise

📋 copy color: '#DD237A'

red 221 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #DD237A

Tints of Deep Cerise #DD237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 58.47%
G = 9.26%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD237A (or 0xDD237A) is known color: Deep Cerise. HEX triplet: DD, 23 and 7A. RGB value is (221,35,122). Sum of RGB (Red+Green+Blue) = 221+35+122=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD237A is #22DC85. Grayscale: #646464. Windows color (decimal): -2284678 or 8004573. OLE color: 8004573.

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

Color convert

RGB 221 35 122 -
CMYK 0 0.84 0.45 0.13
HSL 331.94º 0.73% 0.5% -
HSV(B) 331.94º 0.84% 0.87% -
XYZ 33.93 17.98 20.09 -
YUV 100.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 221 35 122 0 0.84 0.45 0.13 331.94 0.73 0.5
Hex DD 23 7A 0 54 2D D 14C 49 32
Octal 335 43 172 0 124 55 15 514 111 62
Binary 11011101 100011 1111010 0 1010100 101101 1101 101001100 1001001 110010

Color Harmonies of #DD237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD237A

Black with #DD237A

Text Example


Text Example

White with #DD237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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