Html Css Color HEX #DD33A1 Deep Cerise

📋 copy color: '#DD33A1'

red 221 ◦ green 51 ◦ blue 161

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

Shades of Deep Cerise #DD33A1

Tints of Deep Cerise #DD33A1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.78%

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

R = 51.04%
G = 11.78%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD33A1 (or 0xDD33A1) is known color: Deep Cerise. HEX triplet: DD, 33 and A1. RGB value is (221,51,161). Sum of RGB (Red+Green+Blue) = 221+51+161=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33A1 is #22CC5E. Grayscale: #727272. Windows color (decimal): -2280543 or 10564573. OLE color: 10564573.

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

Color convert

RGB 221 51 161 -
CMYK 0 0.77 0.27 0.13
HSL 321.18º 0.71% 0.53% -
HSV(B) 321.18º 0.77% 0.87% -
XYZ 37.44 20.31 35.67 -
YUV 114.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 221 51 161 0 0.77 0.27 0.13 321.18 0.71 0.53
Hex DD 33 A1 0 4D 1B D 141 47 35
Octal 335 63 241 0 115 33 15 501 107 65
Binary 11011101 110011 10100001 0 1001101 11011 1101 101000001 1000111 110101

Color Harmonies of #DD33A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33A1

Black with #DD33A1

Text Example


Text Example

White with #DD33A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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