Html Css Color HEX #DD2A9D Deep Cerise

📋 copy color: '#DD2A9D'

red 221 ◦ green 42 ◦ blue 157

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

Shades of Deep Cerise #DD2A9D

Tints of Deep Cerise #DD2A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 52.62%
G = 10%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD2A9D (or 0xDD2A9D) is known color: Deep Cerise. HEX triplet: DD, 2A and 9D. RGB value is (221,42,157). Sum of RGB (Red+Green+Blue) = 221+42+157=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2A9D is #22D562. Grayscale: #6C6C6C. Windows color (decimal): -2282851 or 10300125. OLE color: 10300125.

HSL color Cylindrical-coordinate representation of color #DD2A9D: hue angle of 321.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A9D is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 42 157 -
CMYK 0 0.81 0.29 0.13
HSL 321.45º 0.72% 0.52% -
HSV(B) 321.45º 0.81% 0.87% -
XYZ 36.73 19.46 33.72 -
YUV 108.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 221 42 157 0 0.81 0.29 0.13 321.45 0.72 0.52
Hex DD 2A 9D 0 51 1D D 141 48 34
Octal 335 52 235 0 121 35 15 501 110 64
Binary 11011101 101010 10011101 0 1010001 11101 1101 101000001 1001000 110100

Color Harmonies of #DD2A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A9D

Black with #DD2A9D

Text Example


Text Example

White with #DD2A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A9D; }

 p { color: rgb(221,42,157); }

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

background-color css

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

 a { background-color: rgb(221,42,157); }

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

border-color css

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

 span { border-color: rgb(221,42,157); }

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