Html Css Color HEX #DD389B Deep Cerise

📋 copy color: '#DD389B'

red 221 ◦ green 56 ◦ blue 155

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

Shades of Deep Cerise #DD389B

Tints of Deep Cerise #DD389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.96%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 51.16%
G = 12.96%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD389B (or 0xDD389B) is known color: Deep Cerise. HEX triplet: DD, 38 and 9B. RGB value is (221,56,155). Sum of RGB (Red+Green+Blue) = 221+56+155=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD389B is #22C764. Grayscale: #747474. Windows color (decimal): -2279269 or 10172637. OLE color: 10172637.

HSL color Cylindrical-coordinate representation of color #DD389B: hue angle of 324º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD389B is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 155 -
CMYK 0 0.75 0.30 0.13
HSL 324º 0.71% 0.54% -
HSV(B) 324º 0.75% 0.87% -
XYZ 37.15 20.57 33.02 -
YUV 116.62 149.66 202.45 -
System Red Green Blue C M Y K H S L
Decimal 221 56 155 0 0.75 0.30 0.13 324 0.71 0.54
Hex DD 38 9B 0 4B 1E D 144 47 36
Octal 335 70 233 0 113 36 15 504 107 66
Binary 11011101 111000 10011011 0 1001011 11110 1101 101000100 1000111 110110

Color Harmonies of #DD389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD389B

Black with #DD389B

Text Example


Text Example

White with #DD389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD389B; }

 p { color: rgb(221,56,155); }

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

background-color css

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

 a { background-color: rgb(221,56,155); }

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

border-color css

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

 span { border-color: rgb(221,56,155); }

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