Html Css Color HEX #D541C6 Fuchsia

📋 copy color: '#D541C6'

red 213 ◦ green 65 ◦ blue 198

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

Shades of Fuchsia #D541C6

Tints of Fuchsia #D541C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.6%

R = 44.75%
G = 13.66%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D541C6 (or 0xD541C6) is known color: Fuchsia. HEX triplet: D5, 41 and C6. RGB value is (213,65,198). Sum of RGB (Red+Green+Blue) = 213+65+198=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D541C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541C6 is #2ABE39. Grayscale: #7C7C7C. Windows color (decimal): -2801210 or 12992981. OLE color: 12992981.

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

Color convert

RGB 213 65 198 -
CMYK 0 0.69 0.07 0.16
HSL 306.08º 0.64% 0.55% -
HSV(B) 306.08º 0.69% 0.84% -
XYZ 39.52 22 55.59 -
YUV 124.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 213 65 198 0 0.69 0.07 0.16 306.08 0.64 0.55
Hex D5 41 C6 0 45 7 10 132 40 37
Octal 325 101 306 0 105 7 20 462 100 67
Binary 11010101 1000001 11000110 0 1000101 111 10000 100110010 1000000 110111

Color Harmonies of #D541C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541C6

Black with #D541C6

Text Example


Text Example

White with #D541C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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