Html Css Color HEX #DD389D Deep Cerise

📋 copy color: '#DD389D'

red 221 ◦ green 56 ◦ blue 157

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

Shades of Deep Cerise #DD389D

Tints of Deep Cerise #DD389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 50.92%
G = 12.9%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD389D (or 0xDD389D) is known color: Deep Cerise. HEX triplet: DD, 38 and 9D. RGB value is (221,56,157). Sum of RGB (Red+Green+Blue) = 221+56+157=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD389D is #22C762. Grayscale: #747474. Windows color (decimal): -2279267 or 10303709. OLE color: 10303709.

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

Color convert

RGB 221 56 157 -
CMYK 0 0.75 0.29 0.13
HSL 323.27º 0.71% 0.54% -
HSV(B) 323.27º 0.75% 0.87% -
XYZ 37.32 20.63 33.91 -
YUV 116.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 221 56 157 0 0.75 0.29 0.13 323.27 0.71 0.54
Hex DD 38 9D 0 4B 1D D 143 47 36
Octal 335 70 235 0 113 35 15 503 107 66
Binary 11011101 111000 10011101 0 1001011 11101 1101 101000011 1000111 110110

Color Harmonies of #DD389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD389D

Black with #DD389D

Text Example


Text Example

White with #DD389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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