Html Css Color HEX #D541C8 Fuchsia

📋 copy color: '#D541C8'

red 213 ◦ green 65 ◦ blue 200

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

Shades of Fuchsia #D541C8

Tints of Fuchsia #D541C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 44.56%
G = 13.6%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D541C8 (or 0xD541C8) is known color: Fuchsia. HEX triplet: D5, 41 and C8. RGB value is (213,65,200). Sum of RGB (Red+Green+Blue) = 213+65+200=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D541C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541C8 is #2ABE37. Grayscale: #7C7C7C. Windows color (decimal): -2801208 or 13124053. OLE color: 13124053.

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

Color convert

RGB 213 65 200 -
CMYK 0 0.69 0.06 0.16
HSL 305.27º 0.64% 0.55% -
HSV(B) 305.27º 0.69% 0.84% -
XYZ 39.76 22.1 56.81 -
YUV 124.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 213 65 200 0 0.69 0.06 0.16 305.27 0.64 0.55
Hex D5 41 C8 0 45 6 10 131 40 37
Octal 325 101 310 0 105 6 20 461 100 67
Binary 11010101 1000001 11001000 0 1000101 110 10000 100110001 1000000 110111

Color Harmonies of #D541C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541C8

Black with #D541C8

Text Example


Text Example

White with #D541C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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