Html Css Color HEX #DD227A Deep Cerise

📋 copy color: '#DD227A'

red 221 ◦ green 34 ◦ blue 122

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

Shades of Deep Cerise #DD227A

Tints of Deep Cerise #DD227A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.02%

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

R = 58.62%
G = 9.02%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD227A (or 0xDD227A) is known color: Deep Cerise. HEX triplet: DD, 22 and 7A. RGB value is (221,34,122). Sum of RGB (Red+Green+Blue) = 221+34+122=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD227A is #22DD85. Grayscale: #636363. Windows color (decimal): -2284934 or 8004317. OLE color: 8004317.

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

Color convert

RGB 221 34 122 -
CMYK 0 0.85 0.45 0.13
HSL 331.76º 0.73% 0.5% -
HSV(B) 331.76º 0.85% 0.87% -
XYZ 33.9 17.92 20.08 -
YUV 99.95 140.45 214.34 -
System Red Green Blue C M Y K H S L
Decimal 221 34 122 0 0.85 0.45 0.13 331.76 0.73 0.5
Hex DD 22 7A 0 55 2D D 14C 49 32
Octal 335 42 172 0 125 55 15 514 111 62
Binary 11011101 100010 1111010 0 1010101 101101 1101 101001100 1001001 110010

Color Harmonies of #DD227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD227A

Black with #DD227A

Text Example


Text Example

White with #DD227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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