Html Css Color HEX #DD3281 Deep Cerise

📋 copy color: '#DD3281'

red 221 ◦ green 50 ◦ blue 129

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

Shades of Deep Cerise #DD3281

Tints of Deep Cerise #DD3281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.5%

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

R = 55.25%
G = 12.5%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD3281 (or 0xDD3281) is known color: Deep Cerise. HEX triplet: DD, 32 and 81. RGB value is (221,50,129). Sum of RGB (Red+Green+Blue) = 221+50+129=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3281 is #22CD7E. Grayscale: #6D6D6D. Windows color (decimal): -2280831 or 8467165. OLE color: 8467165.

HSL color Cylindrical-coordinate representation of color #DD3281: hue angle of 332.28º degrees, saturation: 0.72, 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 #DD3281 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 129 -
CMYK 0 0.77 0.42 0.13
HSL 332.28º 0.72% 0.53% -
HSV(B) 332.28º 0.77% 0.87% -
XYZ 34.92 19.24 22.64 -
YUV 110.14 138.65 207.08 -
System Red Green Blue C M Y K H S L
Decimal 221 50 129 0 0.77 0.42 0.13 332.28 0.72 0.53
Hex DD 32 81 0 4D 2A D 14C 48 35
Octal 335 62 201 0 115 52 15 514 110 65
Binary 11011101 110010 10000001 0 1001101 101010 1101 101001100 1001000 110101

Color Harmonies of #DD3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3281

Black with #DD3281

Text Example


Text Example

White with #DD3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3281; }

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

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

background-color css

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

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

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

border-color css

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

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

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