Html Css Color HEX #DD3BA9 Deep Cerise

📋 copy color: '#DD3BA9'

red 221 ◦ green 59 ◦ blue 169

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

Shades of Deep Cerise #DD3BA9

Tints of Deep Cerise #DD3BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.14%

 BLUE value IS 169 (66.41% from 255) = 37.64%

R = 49.22%
G = 13.14%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD3BA9 (or 0xDD3BA9) is known color: Deep Cerise. HEX triplet: DD, 3B and A9. RGB value is (221,59,169). Sum of RGB (Red+Green+Blue) = 221+59+169=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3BA9 is #22C456. Grayscale: #777777. Windows color (decimal): -2278487 or 11090909. OLE color: 11090909.

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

Color convert

RGB 221 59 169 -
CMYK 0 0.73 0.24 0.13
HSL 319.26º 0.7% 0.55% -
HSV(B) 319.26º 0.73% 0.87% -
XYZ 38.54 21.36 39.63 -
YUV 119.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 221 59 169 0 0.73 0.24 0.13 319.26 0.7 0.55
Hex DD 3B A9 0 49 18 D 13F 46 37
Octal 335 73 251 0 111 30 15 477 106 67
Binary 11011101 111011 10101001 0 1001001 11000 1101 100111111 1000110 110111

Color Harmonies of #DD3BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3BA9

Black with #DD3BA9

Text Example


Text Example

White with #DD3BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3BA9; }

 p { color: rgb(221,59,169); }

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

background-color css

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

 a { background-color: rgb(221,59,169); }

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

border-color css

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

 span { border-color: rgb(221,59,169); }

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