#d52bc0

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

Shades of Razzle Dazzle Rose #D52BC0

Tints of Razzle Dazzle Rose #D52BC0

Color information

#D52BC0 (or 0xD52BC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D5, 2B and C0. RGB value is (213,43,192). Sum of RGB (Red+Green+Blue) = 213+43+192=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BC0 is #2AD43F. Grayscale: #6E6E6E. Windows color (decimal): -2806848 or 12594133. OLE color: 12594133.

HSL color Cylindrical-coordinate representation of color #D52BC0: hue angle of 307.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52BC0 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21343192-
CMYK00.800.100.16
HSL307.41º66.93%50.2%-
HSV(B)307.41º79.81%83.53%-
XYZ37.8219.6851.67-
YUV110.82173.82200.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 43 (17.19% from 255) = 9.60%
BLUE value IS 192 (75.39% from 255) = 42.86%
R=47.54%
G=9.60%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134319200.800.100.16307.4166.9350.2
HexD52BC0050A101334332
Octal325533000120122046310362
Binary1101010110101111000000010100001010100001001100111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d52bc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d52bc0; }

 p { color: rgb(213,43,192); }

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

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

 a { background-color: rgb(213,43,192); }

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

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

 span { border-color: rgb(213,43,192); }

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