Html Css Color HEX #D52DC3 Fuchsia

📋 copy color: '#D52DC3'

red 213 ◦ green 45 ◦ blue 195

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

Shades of Fuchsia #D52DC3

Tints of Fuchsia #D52DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.05%

R = 47.02%
G = 9.93%
B = 43.05%

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

#D52DC3 (or 0xD52DC3) is known color: Fuchsia. HEX triplet: D5, 2D and C3. RGB value is (213,45,195). Sum of RGB (Red+Green+Blue) = 213+45+195=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DC3 is #2AD23C. Grayscale: #6F6F6F. Windows color (decimal): -2806333 or 12791253. OLE color: 12791253.

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

Color convert

RGB 213 45 195 -
CMYK 0 0.79 0.08 0.16
HSL 306.43º 0.67% 0.51% -
HSV(B) 306.43º 0.79% 0.84% -
XYZ 38.23 19.96 53.47 -
YUV 112.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 213 45 195 0 0.79 0.08 0.16 306.43 0.67 0.51
Hex D5 2D C3 0 4F 8 10 132 43 33
Octal 325 55 303 0 117 10 20 462 103 63
Binary 11010101 101101 11000011 0 1001111 1000 10000 100110010 1000011 110011

Color Harmonies of #D52DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DC3

Black with #D52DC3

Text Example


Text Example

White with #D52DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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