Html Css Color HEX #DD1E9A Deep Cerise

📋 copy color: '#DD1E9A'

red 221 ◦ green 30 ◦ blue 154

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

Shades of Deep Cerise #DD1E9A

Tints of Deep Cerise #DD1E9A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 54.57%
G = 7.41%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD1E9A (or 0xDD1E9A) is known color: Deep Cerise. HEX triplet: DD, 1E and 9A. RGB value is (221,30,154). Sum of RGB (Red+Green+Blue) = 221+30+154=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E9A is #22E165. Grayscale: #646464. Windows color (decimal): -2285926 or 10100445. OLE color: 10100445.

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

Color convert

RGB 221 30 154 -
CMYK 0 0.86 0.30 0.13
HSL 321.05º 0.76% 0.49% -
HSV(B) 321.05º 0.86% 0.87% -
XYZ 36.12 18.63 32.27 -
YUV 101.25 157.78 213.42 -
System Red Green Blue C M Y K H S L
Decimal 221 30 154 0 0.86 0.30 0.13 321.05 0.76 0.49
Hex DD 1E 9A 0 56 1E D 141 4C 31
Octal 335 36 232 0 126 36 15 501 114 61
Binary 11011101 11110 10011010 0 1010110 11110 1101 101000001 1001100 110001

Color Harmonies of #DD1E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E9A

Black with #DD1E9A

Text Example


Text Example

White with #DD1E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E9A; }

 p { color: rgb(221,30,154); }

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

background-color css

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

 a { background-color: rgb(221,30,154); }

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

border-color css

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

 span { border-color: rgb(221,30,154); }

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