Html Css Color HEX #DD2A7E Deep Cerise

📋 copy color: '#DD2A7E'

red 221 ◦ green 42 ◦ blue 126

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

Shades of Deep Cerise #DD2A7E

Tints of Deep Cerise #DD2A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 56.81%
G = 10.8%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD2A7E (or 0xDD2A7E) is known color: Deep Cerise. HEX triplet: DD, 2A and 7E. RGB value is (221,42,126). Sum of RGB (Red+Green+Blue) = 221+42+126=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A7E is #22D581. Grayscale: #686868. Windows color (decimal): -2282882 or 8268509. OLE color: 8268509.

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

Color convert

RGB 221 42 126 -
CMYK 0 0.81 0.43 0.13
HSL 331.84º 0.72% 0.52% -
HSV(B) 331.84º 0.81% 0.87% -
XYZ 34.41 18.53 21.5 -
YUV 105.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 221 42 126 0 0.81 0.43 0.13 331.84 0.72 0.52
Hex DD 2A 7E 0 51 2B D 14C 48 34
Octal 335 52 176 0 121 53 15 514 110 64
Binary 11011101 101010 1111110 0 1010001 101011 1101 101001100 1001000 110100

Color Harmonies of #DD2A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A7E

Black with #DD2A7E

Text Example


Text Example

White with #DD2A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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