Html Css Color HEX #DD2FA2 Deep Cerise

📋 copy color: '#DD2FA2'

red 221 ◦ green 47 ◦ blue 162

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

Shades of Deep Cerise #DD2FA2

Tints of Deep Cerise #DD2FA2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.93%

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 51.4%
G = 10.93%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD2FA2 (or 0xDD2FA2) is known color: Deep Cerise. HEX triplet: DD, 2F and A2. RGB value is (221,47,162). Sum of RGB (Red+Green+Blue) = 221+47+162=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2FA2 is #22D05D. Grayscale: #6F6F6F. Windows color (decimal): -2281566 or 10629085. OLE color: 10629085.

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

Color convert

RGB 221 47 162 -
CMYK 0 0.79 0.27 0.13
HSL 320.34º 0.72% 0.53% -
HSV(B) 320.34º 0.79% 0.87% -
XYZ 37.36 20.01 36.08 -
YUV 112.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 221 47 162 0 0.79 0.27 0.13 320.34 0.72 0.53
Hex DD 2F A2 0 4F 1B D 140 48 35
Octal 335 57 242 0 117 33 15 500 110 65
Binary 11011101 101111 10100010 0 1001111 11011 1101 101000000 1001000 110101

Color Harmonies of #DD2FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2FA2

Black with #DD2FA2

Text Example


Text Example

White with #DD2FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2FA2; }

 p { color: rgb(221,47,162); }

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

background-color css

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

 a { background-color: rgb(221,47,162); }

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

border-color css

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

 span { border-color: rgb(221,47,162); }

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