Html Css Color HEX #DD31A6 Deep Cerise

📋 copy color: '#DD31A6'

red 221 ◦ green 49 ◦ blue 166

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

Shades of Deep Cerise #DD31A6

Tints of Deep Cerise #DD31A6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.24%

 BLUE value IS 166 (65.23% from 255) = 38.07%

R = 50.69%
G = 11.24%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD31A6 (or 0xDD31A6) is known color: Deep Cerise. HEX triplet: DD, 31 and A6. RGB value is (221,49,166). Sum of RGB (Red+Green+Blue) = 221+49+166=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31A6 is #22CE59. Grayscale: #717171. Windows color (decimal): -2281050 or 10891741. OLE color: 10891741.

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

Color convert

RGB 221 49 166 -
CMYK 0 0.78 0.25 0.13
HSL 319.19º 0.72% 0.53% -
HSV(B) 319.19º 0.78% 0.87% -
XYZ 37.8 20.32 38.01 -
YUV 113.77 157.48 204.49 -
System Red Green Blue C M Y K H S L
Decimal 221 49 166 0 0.78 0.25 0.13 319.19 0.72 0.53
Hex DD 31 A6 0 4E 19 D 13F 48 35
Octal 335 61 246 0 116 31 15 477 110 65
Binary 11011101 110001 10100110 0 1001110 11001 1101 100111111 1001000 110101

Color Harmonies of #DD31A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31A6

Black with #DD31A6

Text Example


Text Example

White with #DD31A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31A6; }

 p { color: rgb(221,49,166); }

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

background-color css

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

 a { background-color: rgb(221,49,166); }

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

border-color css

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

 span { border-color: rgb(221,49,166); }

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