Html Css Color HEX #DD2DA4 Deep Cerise

📋 copy color: '#DD2DA4'

red 221 ◦ green 45 ◦ blue 164

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

Shades of Deep Cerise #DD2DA4

Tints of Deep Cerise #DD2DA4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.47%

 BLUE value IS 164 (64.45% from 255) = 38.14%

R = 51.4%
G = 10.47%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD2DA4 (or 0xDD2DA4) is known color: Deep Cerise. HEX triplet: DD, 2D and A4. RGB value is (221,45,164). Sum of RGB (Red+Green+Blue) = 221+45+164=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DA4 is #22D25B. Grayscale: #6E6E6E. Windows color (decimal): -2282076 or 10759645. OLE color: 10759645.

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

Color convert

RGB 221 45 164 -
CMYK 0 0.80 0.26 0.13
HSL 319.43º 0.72% 0.52% -
HSV(B) 319.43º 0.8% 0.87% -
XYZ 37.46 19.93 36.99 -
YUV 111.19 157.81 206.32 -
System Red Green Blue C M Y K H S L
Decimal 221 45 164 0 0.80 0.26 0.13 319.43 0.72 0.52
Hex DD 2D A4 0 50 1A D 13F 48 34
Octal 335 55 244 0 120 32 15 477 110 64
Binary 11011101 101101 10100100 0 1010000 11010 1101 100111111 1001000 110100

Color Harmonies of #DD2DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DA4

Black with #DD2DA4

Text Example


Text Example

White with #DD2DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DA4; }

 p { color: rgb(221,45,164); }

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

background-color css

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

 a { background-color: rgb(221,45,164); }

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

border-color css

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

 span { border-color: rgb(221,45,164); }

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