Html Css Color HEX #D542CE Fuchsia

📋 copy color: '#D542CE'

red 213 ◦ green 66 ◦ blue 206

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

Shades of Fuchsia #D542CE

Tints of Fuchsia #D542CE

RGB

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

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

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

R = 43.92%
G = 13.61%
B = 42.47%

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

#D542CE (or 0xD542CE) is known color: Fuchsia. HEX triplet: D5, 42 and CE. RGB value is (213,66,206). Sum of RGB (Red+Green+Blue) = 213+66+206=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D542CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542CE is #2ABD31. Grayscale: #7D7D7D. Windows color (decimal): -2800946 or 13517525. OLE color: 13517525.

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

Color convert

RGB 213 66 206 -
CMYK 0 0.69 0.03 0.16
HSL 302.86º 0.64% 0.55% -
HSV(B) 302.86º 0.69% 0.84% -
XYZ 40.53 22.5 60.6 -
YUV 125.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 213 66 206 0 0.69 0.03 0.16 302.86 0.64 0.55
Hex D5 42 CE 0 45 3 10 12F 40 37
Octal 325 102 316 0 105 3 20 457 100 67
Binary 11010101 1000010 11001110 0 1000101 11 10000 100101111 1000000 110111

Color Harmonies of #D542CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542CE

Black with #D542CE

Text Example


Text Example

White with #D542CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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