Html Css Color HEX #D52DBF Fuchsia

📋 copy color: '#D52DBF'

red 213 ◦ green 45 ◦ blue 191

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

Shades of Fuchsia #D52DBF

Tints of Fuchsia #D52DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 47.44%
G = 10.02%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D52DBF (or 0xD52DBF) is known color: Fuchsia. HEX triplet: D5, 2D and BF. RGB value is (213,45,191). Sum of RGB (Red+Green+Blue) = 213+45+191=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DBF is #2AD240. Grayscale: #6F6F6F. Windows color (decimal): -2806337 or 12529109. OLE color: 12529109.

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

Color convert

RGB 213 45 191 -
CMYK 0 0.79 0.10 0.16
HSL 307.86º 0.67% 0.51% -
HSV(B) 307.86º 0.79% 0.84% -
XYZ 37.78 19.78 51.12 -
YUV 111.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 213 45 191 0 0.79 0.10 0.16 307.86 0.67 0.51
Hex D5 2D BF 0 4F A 10 134 43 33
Octal 325 55 277 0 117 12 20 464 103 63
Binary 11010101 101101 10111111 0 1001111 1010 10000 100110100 1000011 110011

Color Harmonies of #D52DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DBF

Black with #D52DBF

Text Example


Text Example

White with #D52DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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