Html Css Color HEX #DD3B9F Deep Cerise

📋 copy color: '#DD3B9F'

red 221 ◦ green 59 ◦ blue 159

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

Shades of Deep Cerise #DD3B9F

Tints of Deep Cerise #DD3B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 50.34%
G = 13.44%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD3B9F (or 0xDD3B9F) is known color: Deep Cerise. HEX triplet: DD, 3B and 9F. RGB value is (221,59,159). Sum of RGB (Red+Green+Blue) = 221+59+159=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3B9F is #22C460. Grayscale: #767676. Windows color (decimal): -2278497 or 10435549. OLE color: 10435549.

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

Color convert

RGB 221 59 159 -
CMYK 0 0.73 0.28 0.13
HSL 322.96º 0.7% 0.55% -
HSV(B) 322.96º 0.73% 0.87% -
XYZ 37.64 21 34.87 -
YUV 118.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 221 59 159 0 0.73 0.28 0.13 322.96 0.7 0.55
Hex DD 3B 9F 0 49 1C D 143 46 37
Octal 335 73 237 0 111 34 15 503 106 67
Binary 11011101 111011 10011111 0 1001001 11100 1101 101000011 1000110 110111

Color Harmonies of #DD3B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B9F

Black with #DD3B9F

Text Example


Text Example

White with #DD3B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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