#D52DBB

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

Shades of Fuchsia #D52DBB

Tints of Fuchsia #D52DBB

Color information

#D52DBB (or 0xD52DBB) is unknown color: approx Fuchsia. HEX triplet: D5, 2D and BB. RGB value is (213,45,187). Sum of RGB (Red+Green+Blue) = 213+45+187=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DBB is #2AD244. Grayscale: #6F6F6F. Windows color (decimal): -2806341 or 12266965. OLE color: 12266965.

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

Color convert

RGB21345187-
CMYK00.790.120.16
HSL309.29º66.67%50.59%-
HSV(B)309.29º78.87%83.53%-
XYZ37.3519.6148.83-
YUV111.42170.66200.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.87%
GREEN value IS 45 (17.97% from 255) = 10.11%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=47.87%
G=10.11%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134518700.790.120.16309.2966.6750.59
HexD52DBB04FC101354333
Octal325552730117142046510363
Binary1101010110110110111011010011111100100001001101011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52DBB; }

 p { color: rgb(213,45,187); }

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

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

 a { background-color: rgb(213,45,187); }

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

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

 span { border-color: rgb(213,45,187); }

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