Html Css Color HEX #D542CA Fuchsia

📋 copy color: '#D542CA'

red 213 ◦ green 66 ◦ blue 202

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

Shades of Fuchsia #D542CA

Tints of Fuchsia #D542CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.72%

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

R = 44.28%
G = 13.72%
B = 42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D542CA (or 0xD542CA) is known color: Fuchsia. HEX triplet: D5, 42 and CA. RGB value is (213,66,202). Sum of RGB (Red+Green+Blue) = 213+66+202=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D542CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542CA is #2ABD35. Grayscale: #7D7D7D. Windows color (decimal): -2800950 or 13255381. OLE color: 13255381.

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

Color convert

RGB 213 66 202 -
CMYK 0 0.69 0.05 0.16
HSL 304.49º 0.64% 0.55% -
HSV(B) 304.49º 0.69% 0.84% -
XYZ 40.05 22.31 58.07 -
YUV 125.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 213 66 202 0 0.69 0.05 0.16 304.49 0.64 0.55
Hex D5 42 CA 0 45 5 10 130 40 37
Octal 325 102 312 0 105 5 20 460 100 67
Binary 11010101 1000010 11001010 0 1000101 101 10000 100110000 1000000 110111

Color Harmonies of #D542CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542CA

Black with #D542CA

Text Example


Text Example

White with #D542CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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