Html Css Color HEX #DD388B Deep Cerise

📋 copy color: '#DD388B'

red 221 ◦ green 56 ◦ blue 139

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

Shades of Deep Cerise #DD388B

Tints of Deep Cerise #DD388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 53.13%
G = 13.46%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD388B (or 0xDD388B) is known color: Deep Cerise. HEX triplet: DD, 38 and 8B. RGB value is (221,56,139). Sum of RGB (Red+Green+Blue) = 221+56+139=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD388B is #22C774. Grayscale: #727272. Windows color (decimal): -2279285 or 9124061. OLE color: 9124061.

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

Color convert

RGB 221 56 139 -
CMYK 0 0.75 0.37 0.13
HSL 329.82º 0.71% 0.54% -
HSV(B) 329.82º 0.75% 0.87% -
XYZ 35.89 20.06 26.41 -
YUV 114.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 221 56 139 0 0.75 0.37 0.13 329.82 0.71 0.54
Hex DD 38 8B 0 4B 25 D 14A 47 36
Octal 335 70 213 0 113 45 15 512 107 66
Binary 11011101 111000 10001011 0 1001011 100101 1101 101001010 1000111 110110

Color Harmonies of #DD388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD388B

Black with #DD388B

Text Example


Text Example

White with #DD388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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