Html Css Color HEX #D541CC Fuchsia

📋 copy color: '#D541CC'

red 213 ◦ green 65 ◦ blue 204

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

Shades of Fuchsia #D541CC

Tints of Fuchsia #D541CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 44.19%
G = 13.49%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D541CC (or 0xD541CC) is known color: Fuchsia. HEX triplet: D5, 41 and CC. RGB value is (213,65,204). Sum of RGB (Red+Green+Blue) = 213+65+204=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D541CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541CC is #2ABE33. Grayscale: #7C7C7C. Windows color (decimal): -2801204 or 13386197. OLE color: 13386197.

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

Color convert

RGB 213 65 204 -
CMYK 0 0.69 0.04 0.16
HSL 303.65º 0.64% 0.55% -
HSV(B) 303.65º 0.69% 0.84% -
XYZ 40.23 22.29 59.31 -
YUV 125.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 213 65 204 0 0.69 0.04 0.16 303.65 0.64 0.55
Hex D5 41 CC 0 45 4 10 130 40 37
Octal 325 101 314 0 105 4 20 460 100 67
Binary 11010101 1000001 11001100 0 1000101 100 10000 100110000 1000000 110111

Color Harmonies of #D541CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541CC

Black with #D541CC

Text Example


Text Example

White with #D541CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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