Html Css Color HEX #DD3BA1 Deep Cerise

📋 copy color: '#DD3BA1'

red 221 ◦ green 59 ◦ blue 161

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

Shades of Deep Cerise #DD3BA1

Tints of Deep Cerise #DD3BA1

RGB

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

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

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

R = 50.11%
G = 13.38%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD3BA1 (or 0xDD3BA1) is known color: Deep Cerise. HEX triplet: DD, 3B and A1. RGB value is (221,59,161). Sum of RGB (Red+Green+Blue) = 221+59+161=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3BA1 is #22C45E. Grayscale: #767676. Windows color (decimal): -2278495 or 10566621. OLE color: 10566621.

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

Color convert

RGB 221 59 161 -
CMYK 0 0.73 0.27 0.13
HSL 322.22º 0.7% 0.55% -
HSV(B) 322.22º 0.73% 0.87% -
XYZ 37.82 21.07 35.79 -
YUV 119.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 221 59 161 0 0.73 0.27 0.13 322.22 0.7 0.55
Hex DD 3B A1 0 49 1B D 142 46 37
Octal 335 73 241 0 111 33 15 502 106 67
Binary 11011101 111011 10100001 0 1001001 11011 1101 101000010 1000110 110111

Color Harmonies of #DD3BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3BA1

Black with #DD3BA1

Text Example


Text Example

White with #DD3BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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