Html Css Color HEX #D52FCA Fuchsia

📋 copy color: '#D52FCA'

red 213 ◦ green 47 ◦ blue 202

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

Shades of Fuchsia #D52FCA

Tints of Fuchsia #D52FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 46.1%
G = 10.17%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D52FCA (or 0xD52FCA) is known color: Fuchsia. HEX triplet: D5, 2F and CA. RGB value is (213,47,202). Sum of RGB (Red+Green+Blue) = 213+47+202=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FCA is #2AD035. Grayscale: #717171. Windows color (decimal): -2805814 or 13250517. OLE color: 13250517.

HSL color Cylindrical-coordinate representation of color #D52FCA: hue angle of 303.98º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52FCA is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 47 202 -
CMYK 0 0.78 0.05 0.16
HSL 303.98º 0.66% 0.51% -
HSV(B) 303.98º 0.78% 0.84% -
XYZ 39.12 20.44 57.76 -
YUV 114.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 213 47 202 0 0.78 0.05 0.16 303.98 0.66 0.51
Hex D5 2F CA 0 4E 5 10 130 42 33
Octal 325 57 312 0 116 5 20 460 102 63
Binary 11010101 101111 11001010 0 1001110 101 10000 100110000 1000010 110011

Color Harmonies of #D52FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FCA

Black with #D52FCA

Text Example


Text Example

White with #D52FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FCA; }

 p { color: rgb(213,47,202); }

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

background-color css

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

 a { background-color: rgb(213,47,202); }

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

border-color css

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

 span { border-color: rgb(213,47,202); }

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