Html Css Color HEX #D52FCC Fuchsia

📋 copy color: '#D52FCC'

red 213 ◦ green 47 ◦ blue 204

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

Shades of Fuchsia #D52FCC

Tints of Fuchsia #D52FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 45.91%
G = 10.13%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D52FCC (or 0xD52FCC) is known color: Fuchsia. HEX triplet: D5, 2F and CC. RGB value is (213,47,204). Sum of RGB (Red+Green+Blue) = 213+47+204=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FCC is #2AD033. Grayscale: #727272. Windows color (decimal): -2805812 or 13381589. OLE color: 13381589.

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

Color convert

RGB 213 47 204 -
CMYK 0 0.78 0.04 0.16
HSL 303.25º 0.66% 0.51% -
HSV(B) 303.25º 0.78% 0.84% -
XYZ 39.36 20.54 59.02 -
YUV 114.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 213 47 204 0 0.78 0.04 0.16 303.25 0.66 0.51
Hex D5 2F CC 0 4E 4 10 12F 42 33
Octal 325 57 314 0 116 4 20 457 102 63
Binary 11010101 101111 11001100 0 1001110 100 10000 100101111 1000010 110011

Color Harmonies of #D52FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FCC

Black with #D52FCC

Text Example


Text Example

White with #D52FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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