Html Css Color HEX #D52DB9 Fuchsia

📋 copy color: '#D52DB9'

red 213 ◦ green 45 ◦ blue 185

#D52DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D52DB9

Tints of Fuchsia #D52DB9

RGB

 RED value IS 213 (83.59% from 255) = 48.08%

 GREEN value IS 45 (17.97% from 255) = 10.16%

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 48.08%
G = 10.16%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D52DB9 (or 0xD52DB9) is known color: Fuchsia. HEX triplet: D5, 2D and B9. RGB value is (213,45,185). Sum of RGB (Red+Green+Blue) = 213+45+185=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DB9 is #2AD246. Grayscale: #6E6E6E. Windows color (decimal): -2806343 or 12135893. OLE color: 12135893.

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

Color convert

RGB 213 45 185 -
CMYK 0 0.79 0.13 0.16
HSL 310º 0.67% 0.51% -
HSV(B) 310º 0.79% 0.84% -
XYZ 37.14 19.53 47.71 -
YUV 111.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 213 45 185 0 0.79 0.13 0.16 310 0.67 0.51
Hex D5 2D B9 0 4F D 10 136 43 33
Octal 325 55 271 0 117 15 20 466 103 63
Binary 11010101 101101 10111001 0 1001111 1101 10000 100110110 1000011 110011

Color Harmonies of #D52DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DB9

Black with #D52DB9

Text Example


Text Example

White with #D52DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DB9; }

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

 H1.HeaderClassName
 {
   color: #D52DB9;
 }
 .AnyTagClassName
 {
   color: #D52DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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