Html Css Color HEX #DD25A0 Deep Cerise

📋 copy color: '#DD25A0'

red 221 ◦ green 37 ◦ blue 160

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

Shades of Deep Cerise #DD25A0

Tints of Deep Cerise #DD25A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.85%

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 52.87%
G = 8.85%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD25A0 (or 0xDD25A0) is known color: Deep Cerise. HEX triplet: DD, 25 and A0. RGB value is (221,37,160). Sum of RGB (Red+Green+Blue) = 221+37+160=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD25A0 is #22DA5F. Grayscale: #696969. Windows color (decimal): -2284128 or 10495453. OLE color: 10495453.

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

Color convert

RGB 221 37 160 -
CMYK 0 0.83 0.28 0.13
HSL 319.89º 0.73% 0.51% -
HSV(B) 319.89º 0.83% 0.87% -
XYZ 36.83 19.23 35.03 -
YUV 106.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 221 37 160 0 0.83 0.28 0.13 319.89 0.73 0.51
Hex DD 25 A0 0 53 1C D 140 49 33
Octal 335 45 240 0 123 34 15 500 111 63
Binary 11011101 100101 10100000 0 1010011 11100 1101 101000000 1001001 110011

Color Harmonies of #DD25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25A0

Black with #DD25A0

Text Example


Text Example

White with #DD25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25A0; }

 p { color: rgb(221,37,160); }

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

background-color css

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

 a { background-color: rgb(221,37,160); }

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

border-color css

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

 span { border-color: rgb(221,37,160); }

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