Html Css Color HEX #DD2CA4 Deep Cerise

📋 copy color: '#DD2CA4'

red 221 ◦ green 44 ◦ blue 164

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

Shades of Deep Cerise #DD2CA4

Tints of Deep Cerise #DD2CA4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

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

R = 51.52%
G = 10.26%
B = 38.23%

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

#DD2CA4 (or 0xDD2CA4) is known color: Deep Cerise. HEX triplet: DD, 2C and A4. RGB value is (221,44,164). Sum of RGB (Red+Green+Blue) = 221+44+164=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2CA4 is #22D35B. Grayscale: #6E6E6E. Windows color (decimal): -2282332 or 10759389. OLE color: 10759389.

HSL color Cylindrical-coordinate representation of color #DD2CA4: hue angle of 319.32º 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 #DD2CA4 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 164 -
CMYK 0 0.80 0.26 0.13
HSL 319.32º 0.72% 0.52% -
HSV(B) 319.32º 0.8% 0.87% -
XYZ 37.42 19.85 36.98 -
YUV 110.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 221 44 164 0 0.80 0.26 0.13 319.32 0.72 0.52
Hex DD 2C A4 0 50 1A D 13F 48 34
Octal 335 54 244 0 120 32 15 477 110 64
Binary 11011101 101100 10100100 0 1010000 11010 1101 100111111 1001000 110100

Color Harmonies of #DD2CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2CA4

Black with #DD2CA4

Text Example


Text Example

White with #DD2CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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