Html Css Color HEX #D542C3 Fuchsia

📋 copy color: '#D542C3'

red 213 ◦ green 66 ◦ blue 195

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

Shades of Fuchsia #D542C3

Tints of Fuchsia #D542C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.14%

R = 44.94%
G = 13.92%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D542C3 (or 0xD542C3) is known color: Fuchsia. HEX triplet: D5, 42 and C3. RGB value is (213,66,195). Sum of RGB (Red+Green+Blue) = 213+66+195=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D542C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542C3 is #2ABD3C. Grayscale: #7C7C7C. Windows color (decimal): -2800957 or 12796629. OLE color: 12796629.

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

Color convert

RGB 213 66 195 -
CMYK 0 0.69 0.08 0.16
HSL 307.35º 0.64% 0.55% -
HSV(B) 307.35º 0.69% 0.84% -
XYZ 39.24 21.98 53.8 -
YUV 124.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 213 66 195 0 0.69 0.08 0.16 307.35 0.64 0.55
Hex D5 42 C3 0 45 8 10 133 40 37
Octal 325 102 303 0 105 10 20 463 100 67
Binary 11010101 1000010 11000011 0 1000101 1000 10000 100110011 1000000 110111

Color Harmonies of #D542C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542C3

Black with #D542C3

Text Example


Text Example

White with #D542C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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