Html Css Color HEX #DD1D96 Deep Cerise

📋 copy color: '#DD1D96'

red 221 ◦ green 29 ◦ blue 150

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

Shades of Deep Cerise #DD1D96

Tints of Deep Cerise #DD1D96

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.25%

 BLUE value IS 150 (58.98% from 255) = 37.5%

R = 55.25%
G = 7.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD1D96 (or 0xDD1D96) is known color: Deep Cerise. HEX triplet: DD, 1D and 96. RGB value is (221,29,150). Sum of RGB (Red+Green+Blue) = 221+29+150=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1D96 is #22E269. Grayscale: #636363. Windows color (decimal): -2286186 or 9838045. OLE color: 9838045.

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

Color convert

RGB 221 29 150 -
CMYK 0 0.87 0.32 0.13
HSL 322.19º 0.77% 0.49% -
HSV(B) 322.19º 0.87% 0.87% -
XYZ 35.76 18.45 30.53 -
YUV 100.2 156.11 214.16 -
System Red Green Blue C M Y K H S L
Decimal 221 29 150 0 0.87 0.32 0.13 322.19 0.77 0.49
Hex DD 1D 96 0 57 20 D 142 4D 31
Octal 335 35 226 0 127 40 15 502 115 61
Binary 11011101 11101 10010110 0 1010111 100000 1101 101000010 1001101 110001

Color Harmonies of #DD1D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D96

Black with #DD1D96

Text Example


Text Example

White with #DD1D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D96; }

 p { color: rgb(221,29,150); }

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

background-color css

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

 a { background-color: rgb(221,29,150); }

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

border-color css

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

 span { border-color: rgb(221,29,150); }

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