#DC38B9

Color #DC38B9 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DC38B9

Tints of Razzle Dazzle Rose #DC38B9

Color information

#DC38B9 (or 0xDC38B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 38 and B9. RGB value is (220,56,185). Sum of RGB (Red+Green+Blue) = 220+56+185=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38B9 is #23C746. Grayscale: #777777. Windows color (decimal): -2344775 or 12138716. OLE color: 12138716.

HSL color Cylindrical-coordinate representation of color #DC38B9: hue angle of 312.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38B9 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB22056185-
CMYK00.750.160.14
HSL312.8º70.09%54.12%-
HSV(B)312.8º74.55%86.27%-
XYZ39.6921.5547.97-
YUV119.74164.83199.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 56 (22.27% from 255) = 12.15%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=47.72%
G=12.15%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205618500.750.160.14312.870.0954.12
HexDC38B904B10E1394636
Octal334702710113201647110666
Binary1101110011100010111001010010111000011101001110011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC38B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC38B9; }

 p { color: rgb(220,56,185); }

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

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

 a { background-color: rgb(220,56,185); }

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

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

 span { border-color: rgb(220,56,185); }

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