Html Css Color HEX #DD388E Deep Cerise

📋 copy color: '#DD388E'

red 221 ◦ green 56 ◦ blue 142

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

Shades of Deep Cerise #DD388E

Tints of Deep Cerise #DD388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.89%

R = 52.74%
G = 13.37%
B = 33.89%

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

#DD388E (or 0xDD388E) is known color: Deep Cerise. HEX triplet: DD, 38 and 8E. RGB value is (221,56,142). Sum of RGB (Red+Green+Blue) = 221+56+142=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD388E is #22C771. Grayscale: #727272. Windows color (decimal): -2279282 or 9320669. OLE color: 9320669.

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

Color convert

RGB 221 56 142 -
CMYK 0 0.75 0.36 0.13
HSL 328.73º 0.71% 0.54% -
HSV(B) 328.73º 0.75% 0.87% -
XYZ 36.12 20.15 27.58 -
YUV 115.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 221 56 142 0 0.75 0.36 0.13 328.73 0.71 0.54
Hex DD 38 8E 0 4B 24 D 149 47 36
Octal 335 70 216 0 113 44 15 511 107 66
Binary 11011101 111000 10001110 0 1001011 100100 1101 101001001 1000111 110110

Color Harmonies of #DD388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD388E

Black with #DD388E

Text Example


Text Example

White with #DD388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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