Html Css Color HEX #DD3BAB Deep Cerise

📋 copy color: '#DD3BAB'

red 221 ◦ green 59 ◦ blue 171

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

Shades of Deep Cerise #DD3BAB

Tints of Deep Cerise #DD3BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 49%
G = 13.08%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD3BAB (or 0xDD3BAB) is known color: Deep Cerise. HEX triplet: DD, 3B and AB. RGB value is (221,59,171). Sum of RGB (Red+Green+Blue) = 221+59+171=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3BAB is #22C454. Grayscale: #777777. Windows color (decimal): -2278485 or 11221981. OLE color: 11221981.

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

Color convert

RGB 221 59 171 -
CMYK 0 0.73 0.23 0.13
HSL 318.52º 0.7% 0.55% -
HSV(B) 318.52º 0.73% 0.87% -
XYZ 38.73 21.44 40.63 -
YUV 120.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 221 59 171 0 0.73 0.23 0.13 318.52 0.7 0.55
Hex DD 3B AB 0 49 17 D 13F 46 37
Octal 335 73 253 0 111 27 15 477 106 67
Binary 11011101 111011 10101011 0 1001001 10111 1101 100111111 1000110 110111

Color Harmonies of #DD3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3BAB

Black with #DD3BAB

Text Example


Text Example

White with #DD3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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