Html Css Color HEX #D542C0 Fuchsia

📋 copy color: '#D542C0'

red 213 ◦ green 66 ◦ blue 192

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

Shades of Fuchsia #D542C0

Tints of Fuchsia #D542C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 45.22%
G = 14.01%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D542C0 (or 0xD542C0) is known color: Fuchsia. HEX triplet: D5, 42 and C0. RGB value is (213,66,192). Sum of RGB (Red+Green+Blue) = 213+66+192=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D542C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542C0 is #2ABD3F. Grayscale: #7B7B7B. Windows color (decimal): -2800960 or 12600021. OLE color: 12600021.

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

Color convert

RGB 213 66 192 -
CMYK 0 0.69 0.10 0.16
HSL 308.57º 0.64% 0.55% -
HSV(B) 308.57º 0.69% 0.84% -
XYZ 38.9 21.85 52.04 -
YUV 124.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 213 66 192 0 0.69 0.10 0.16 308.57 0.64 0.55
Hex D5 42 C0 0 45 A 10 135 40 37
Octal 325 102 300 0 105 12 20 465 100 67
Binary 11010101 1000010 11000000 0 1000101 1010 10000 100110101 1000000 110111

Color Harmonies of #D542C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542C0

Black with #D542C0

Text Example


Text Example

White with #D542C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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