#D62ECC

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

Shades of Razzle Dazzle Rose #D62ECC

Tints of Razzle Dazzle Rose #D62ECC

Color information

#D62ECC (or 0xD62ECC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D6, 2E and CC. RGB value is (214,46,204). Sum of RGB (Red+Green+Blue) = 214+46+204=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D62ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62ECC is #29D133. Grayscale: #717171. Windows color (decimal): -2740532 or 13381334. OLE color: 13381334.

HSL color Cylindrical-coordinate representation of color #D62ECC: hue angle of 303.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62ECC is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21446204-
CMYK00.790.050.16
HSL303.57º67.2%50.98%-
HSV(B)303.57º78.5%83.92%-
XYZ39.6120.6159.02-
YUV114.24178.66199.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 46 (18.36% from 255) = 9.91%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=46.12%
G=9.91%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144620400.790.050.16303.5767.250.98
HexD62ECC04F5101304333
Octal32656314011752046010363
Binary110101101011101100110001001111101100001001100001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62ECC; }

 p { color: rgb(214,46,204); }

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

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

 a { background-color: rgb(214,46,204); }

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

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

 span { border-color: rgb(214,46,204); }

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