Html Css Color HEX #D52DC4 Fuchsia

📋 copy color: '#D52DC4'

red 213 ◦ green 45 ◦ blue 196

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

Shades of Fuchsia #D52DC4

Tints of Fuchsia #D52DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 46.92%
G = 9.91%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D52DC4 (or 0xD52DC4) is known color: Fuchsia. HEX triplet: D5, 2D and C4. RGB value is (213,45,196). Sum of RGB (Red+Green+Blue) = 213+45+196=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DC4 is #2AD23B. Grayscale: #707070. Windows color (decimal): -2806332 or 12856789. OLE color: 12856789.

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

Color convert

RGB 213 45 196 -
CMYK 0 0.79 0.08 0.16
HSL 306.07º 0.67% 0.51% -
HSV(B) 306.07º 0.79% 0.84% -
XYZ 38.34 20.01 54.07 -
YUV 112.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 213 45 196 0 0.79 0.08 0.16 306.07 0.67 0.51
Hex D5 2D C4 0 4F 8 10 132 43 33
Octal 325 55 304 0 117 10 20 462 103 63
Binary 11010101 101101 11000100 0 1001111 1000 10000 100110010 1000011 110011

Color Harmonies of #D52DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DC4

Black with #D52DC4

Text Example


Text Example

White with #D52DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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