Html Css Color HEX #D52DC8 Fuchsia

📋 copy color: '#D52DC8'

red 213 ◦ green 45 ◦ blue 200

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

Shades of Fuchsia #D52DC8

Tints of Fuchsia #D52DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.67%

R = 46.51%
G = 9.83%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D52DC8 (or 0xD52DC8) is known color: Fuchsia. HEX triplet: D5, 2D and C8. RGB value is (213,45,200). Sum of RGB (Red+Green+Blue) = 213+45+200=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DC8 is #2AD237. Grayscale: #707070. Windows color (decimal): -2806328 or 13118933. OLE color: 13118933.

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

Color convert

RGB 213 45 200 -
CMYK 0 0.79 0.06 0.16
HSL 304.64º 0.67% 0.51% -
HSV(B) 304.64º 0.79% 0.84% -
XYZ 38.8 20.19 56.5 -
YUV 112.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 213 45 200 0 0.79 0.06 0.16 304.64 0.67 0.51
Hex D5 2D C8 0 4F 6 10 131 43 33
Octal 325 55 310 0 117 6 20 461 103 63
Binary 11010101 101101 11001000 0 1001111 110 10000 100110001 1000011 110011

Color Harmonies of #D52DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DC8

Black with #D52DC8

Text Example


Text Example

White with #D52DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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