Html Css Color HEX #D541CE Fuchsia

📋 copy color: '#D541CE'

red 213 ◦ green 65 ◦ blue 206

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

Shades of Fuchsia #D541CE

Tints of Fuchsia #D541CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.43%

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

R = 44.01%
G = 13.43%
B = 42.56%

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

#D541CE (or 0xD541CE) is known color: Fuchsia. HEX triplet: D5, 41 and CE. RGB value is (213,65,206). Sum of RGB (Red+Green+Blue) = 213+65+206=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D541CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541CE is #2ABE31. Grayscale: #7C7C7C. Windows color (decimal): -2801202 or 13517269. OLE color: 13517269.

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

Color convert

RGB 213 65 206 -
CMYK 0 0.69 0.03 0.16
HSL 302.84º 0.64% 0.55% -
HSV(B) 302.84º 0.69% 0.84% -
XYZ 40.47 22.38 60.58 -
YUV 125.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 213 65 206 0 0.69 0.03 0.16 302.84 0.64 0.55
Hex D5 41 CE 0 45 3 10 12F 40 37
Octal 325 101 316 0 105 3 20 457 100 67
Binary 11010101 1000001 11001110 0 1000101 11 10000 100101111 1000000 110111

Color Harmonies of #D541CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541CE

Black with #D541CE

Text Example


Text Example

White with #D541CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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