Html Css Color HEX #D543CE Fuchsia

📋 copy color: '#D543CE'

red 213 ◦ green 67 ◦ blue 206

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

Shades of Fuchsia #D543CE

Tints of Fuchsia #D543CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.79%

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 43.83%
G = 13.79%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D543CE (or 0xD543CE) is known color: Fuchsia. HEX triplet: D5, 43 and CE. RGB value is (213,67,206). Sum of RGB (Red+Green+Blue) = 213+67+206=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D543CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543CE is #2ABC31. Grayscale: #7E7E7E. Windows color (decimal): -2800690 or 13517781. OLE color: 13517781.

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

Color convert

RGB 213 67 206 -
CMYK 0 0.69 0.03 0.16
HSL 302.88º 0.63% 0.55% -
HSV(B) 302.88º 0.69% 0.84% -
XYZ 40.59 22.62 60.62 -
YUV 126.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 213 67 206 0 0.69 0.03 0.16 302.88 0.63 0.55
Hex D5 43 CE 0 45 3 10 12F 3F 37
Octal 325 103 316 0 105 3 20 457 77 67
Binary 11010101 1000011 11001110 0 1000101 11 10000 100101111 111111 110111

Color Harmonies of #D543CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D543CE

Black with #D543CE

Text Example


Text Example

White with #D543CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D543CE; }

 p { color: rgb(213,67,206); }

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

background-color css

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

 a { background-color: rgb(213,67,206); }

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

border-color css

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

 span { border-color: rgb(213,67,206); }

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