#DC38B8

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

Shades of Razzle Dazzle Rose #DC38B8

Tints of Razzle Dazzle Rose #DC38B8

Color information

#DC38B8 (or 0xDC38B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 38 and B8. RGB value is (220,56,184). Sum of RGB (Red+Green+Blue) = 220+56+184=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38B8 is #23C747. Grayscale: #777777. Windows color (decimal): -2344776 or 12073180. OLE color: 12073180.

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

Color convert

RGB22056184-
CMYK00.750.160.14
HSL313.17º70.09%54.12%-
HSV(B)313.17º74.55%86.27%-
XYZ39.5821.547.41-
YUV119.63164.33199.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 56 (22.27% from 255) = 12.17%
BLUE value IS 184 (72.27% from 255) = 40%
R=47.83%
G=12.17%
B=40%

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
Decimal2205618400.750.160.14313.1770.0954.12
HexDC38B804B10E1394636
Octal334702700113201647110666
Binary1101110011100010111000010010111000011101001110011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC38B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC38B8; }

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

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

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

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

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

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

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

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