Html Css Color HEX #DD2781 Deep Cerise

📋 copy color: '#DD2781'

red 221 ◦ green 39 ◦ blue 129

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

Shades of Deep Cerise #DD2781

Tints of Deep Cerise #DD2781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.03%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 56.81%
G = 10.03%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD2781 (or 0xDD2781) is known color: Deep Cerise. HEX triplet: DD, 27 and 81. RGB value is (221,39,129). Sum of RGB (Red+Green+Blue) = 221+39+129=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2781 is #22D87E. Grayscale: #676767. Windows color (decimal): -2283647 or 8464349. OLE color: 8464349.

HSL color Cylindrical-coordinate representation of color #DD2781: hue angle of 330.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2781 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 129 -
CMYK 0 0.82 0.42 0.13
HSL 330.33º 0.73% 0.51% -
HSV(B) 330.33º 0.82% 0.87% -
XYZ 34.51 18.41 22.5 -
YUV 103.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 221 39 129 0 0.82 0.42 0.13 330.33 0.73 0.51
Hex DD 27 81 0 52 2A D 14A 49 33
Octal 335 47 201 0 122 52 15 512 111 63
Binary 11011101 100111 10000001 0 1010010 101010 1101 101001010 1001001 110011

Color Harmonies of #DD2781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2781

Black with #DD2781

Text Example


Text Example

White with #DD2781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2781; }

 p { color: rgb(221,39,129); }

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

background-color css

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

 a { background-color: rgb(221,39,129); }

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

border-color css

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

 span { border-color: rgb(221,39,129); }

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