Html Css Color HEX #DD388D Deep Cerise

📋 copy color: '#DD388D'

red 221 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #DD388D

Tints of Deep Cerise #DD388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 52.87%
G = 13.4%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD388D (or 0xDD388D) is known color: Deep Cerise. HEX triplet: DD, 38 and 8D. RGB value is (221,56,141). Sum of RGB (Red+Green+Blue) = 221+56+141=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD388D is #22C772. Grayscale: #727272. Windows color (decimal): -2279283 or 9255133. OLE color: 9255133.

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

Color convert

RGB 221 56 141 -
CMYK 0 0.75 0.36 0.13
HSL 329.09º 0.71% 0.54% -
HSV(B) 329.09º 0.75% 0.87% -
XYZ 36.04 20.12 27.18 -
YUV 115.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 221 56 141 0 0.75 0.36 0.13 329.09 0.71 0.54
Hex DD 38 8D 0 4B 24 D 149 47 36
Octal 335 70 215 0 113 44 15 511 107 66
Binary 11011101 111000 10001101 0 1001011 100100 1101 101001001 1000111 110110

Color Harmonies of #DD388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD388D

Black with #DD388D

Text Example


Text Example

White with #DD388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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