Html Css Color HEX #D542C2 Fuchsia

📋 copy color: '#D542C2'

red 213 ◦ green 66 ◦ blue 194

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

Shades of Fuchsia #D542C2

Tints of Fuchsia #D542C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 45.03%
G = 13.95%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D542C2 (or 0xD542C2) is known color: Fuchsia. HEX triplet: D5, 42 and C2. RGB value is (213,66,194). Sum of RGB (Red+Green+Blue) = 213+66+194=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D542C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542C2 is #2ABD3D. Grayscale: #7C7C7C. Windows color (decimal): -2800958 or 12731093. OLE color: 12731093.

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

Color convert

RGB 213 66 194 -
CMYK 0 0.69 0.09 0.16
HSL 307.76º 0.64% 0.55% -
HSV(B) 307.76º 0.69% 0.84% -
XYZ 39.13 21.94 53.21 -
YUV 124.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 213 66 194 0 0.69 0.09 0.16 307.76 0.64 0.55
Hex D5 42 C2 0 45 9 10 134 40 37
Octal 325 102 302 0 105 11 20 464 100 67
Binary 11010101 1000010 11000010 0 1000101 1001 10000 100110100 1000000 110111

Color Harmonies of #D542C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542C2

Black with #D542C2

Text Example


Text Example

White with #D542C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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