Html Css Color HEX #DD389A Deep Cerise

📋 copy color: '#DD389A'

red 221 ◦ green 56 ◦ blue 154

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

Shades of Deep Cerise #DD389A

Tints of Deep Cerise #DD389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 51.28%
G = 12.99%
B = 35.73%

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

#DD389A (or 0xDD389A) is known color: Deep Cerise. HEX triplet: DD, 38 and 9A. RGB value is (221,56,154). Sum of RGB (Red+Green+Blue) = 221+56+154=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD389A is #22C765. Grayscale: #747474. Windows color (decimal): -2279270 or 10107101. OLE color: 10107101.

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

Color convert

RGB 221 56 154 -
CMYK 0 0.75 0.30 0.13
HSL 324.36º 0.71% 0.54% -
HSV(B) 324.36º 0.75% 0.87% -
XYZ 37.07 20.53 32.58 -
YUV 116.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 221 56 154 0 0.75 0.30 0.13 324.36 0.71 0.54
Hex DD 38 9A 0 4B 1E D 144 47 36
Octal 335 70 232 0 113 36 15 504 107 66
Binary 11011101 111000 10011010 0 1001011 11110 1101 101000100 1000111 110110

Color Harmonies of #DD389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD389A

Black with #DD389A

Text Example


Text Example

White with #DD389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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