Html Css Color HEX #D52ECC Fuchsia

📋 copy color: '#D52ECC'

red 213 ◦ green 46 ◦ blue 204

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

Shades of Fuchsia #D52ECC

Tints of Fuchsia #D52ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.94%

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

R = 46%
G = 9.94%
B = 44.06%

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

#D52ECC (or 0xD52ECC) is known color: Fuchsia. HEX triplet: D5, 2E and CC. RGB value is (213,46,204). Sum of RGB (Red+Green+Blue) = 213+46+204=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ECC is #2AD133. Grayscale: #717171. Windows color (decimal): -2806068 or 13381333. OLE color: 13381333.

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

Color convert

RGB 213 46 204 -
CMYK 0 0.78 0.04 0.16
HSL 303.23º 0.67% 0.51% -
HSV(B) 303.23º 0.78% 0.84% -
XYZ 39.32 20.46 59 -
YUV 113.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 213 46 204 0 0.78 0.04 0.16 303.23 0.67 0.51
Hex D5 2E CC 0 4E 4 10 12F 43 33
Octal 325 56 314 0 116 4 20 457 103 63
Binary 11010101 101110 11001100 0 1001110 100 10000 100101111 1000011 110011

Color Harmonies of #D52ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ECC

Black with #D52ECC

Text Example


Text Example

White with #D52ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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