Html Css Color HEX #DD25A1 Deep Cerise

📋 copy color: '#DD25A1'

red 221 ◦ green 37 ◦ blue 161

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

Shades of Deep Cerise #DD25A1

Tints of Deep Cerise #DD25A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 52.74%
G = 8.83%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD25A1 (or 0xDD25A1) is known color: Deep Cerise. HEX triplet: DD, 25 and A1. RGB value is (221,37,161). Sum of RGB (Red+Green+Blue) = 221+37+161=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD25A1 is #22DA5E. Grayscale: #696969. Windows color (decimal): -2284127 or 10560989. OLE color: 10560989.

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

Color convert

RGB 221 37 161 -
CMYK 0 0.83 0.27 0.13
HSL 319.57º 0.73% 0.51% -
HSV(B) 319.57º 0.83% 0.87% -
XYZ 36.91 19.27 35.49 -
YUV 106.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 221 37 161 0 0.83 0.27 0.13 319.57 0.73 0.51
Hex DD 25 A1 0 53 1B D 140 49 33
Octal 335 45 241 0 123 33 15 500 111 63
Binary 11011101 100101 10100001 0 1010011 11011 1101 101000000 1001001 110011

Color Harmonies of #DD25A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25A1

Black with #DD25A1

Text Example


Text Example

White with #DD25A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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