#DD38A3

Color #DD38A3 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DD38A3

Tints of Deep Cerise #DD38A3

Color information

#DD38A3 (or 0xDD38A3) is unknown color: approx Deep Cerise. HEX triplet: DD, 38 and A3. RGB value is (221,56,163). Sum of RGB (Red+Green+Blue) = 221+56+163=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38A3 is #22C75C. Grayscale: #757575. Windows color (decimal): -2279261 or 10696925. OLE color: 10696925.

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

Color convert

RGB22156163-
CMYK00.750.260.13
HSL321.09º70.82%54.31%-
HSV(B)321.09º74.66%86.67%-
XYZ37.8420.8436.68-
YUV117.53153.66201.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 56 (22.27% from 255) = 12.73%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=50.23%
G=12.73%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215616300.750.260.13321.0970.8254.31
HexDD38A304B1AD1414736
Octal335702430113321550110766
Binary1101110111100010100011010010111101011011010000011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD38A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD38A3; }

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

 H1.HeaderClassName
 {
   color: #DD38A3;
 }
 .AnyTagClassName
 {
   color: #DD38A3;
 }
</style>
background-color css

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

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

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

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

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

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