Html Css Color HEX #D52DCB Fuchsia

📋 copy color: '#D52DCB'

red 213 ◦ green 45 ◦ blue 203

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

Shades of Fuchsia #D52DCB

Tints of Fuchsia #D52DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 46.2%
G = 9.76%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D52DCB (or 0xD52DCB) is known color: Fuchsia. HEX triplet: D5, 2D and CB. RGB value is (213,45,203). Sum of RGB (Red+Green+Blue) = 213+45+203=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DCB is #2AD234. Grayscale: #707070. Windows color (decimal): -2806325 or 13315541. OLE color: 13315541.

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

Color convert

RGB 213 45 203 -
CMYK 0 0.79 0.05 0.16
HSL 303.57º 0.67% 0.51% -
HSV(B) 303.57º 0.79% 0.84% -
XYZ 39.16 20.33 58.36 -
YUV 113.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 213 45 203 0 0.79 0.05 0.16 303.57 0.67 0.51
Hex D5 2D CB 0 4F 5 10 130 43 33
Octal 325 55 313 0 117 5 20 460 103 63
Binary 11010101 101101 11001011 0 1001111 101 10000 100110000 1000011 110011

Color Harmonies of #D52DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DCB

Black with #D52DCB

Text Example


Text Example

White with #D52DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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