Html Css Color HEX #D542CC Fuchsia

📋 copy color: '#D542CC'

red 213 ◦ green 66 ◦ blue 204

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

Shades of Fuchsia #D542CC

Tints of Fuchsia #D542CC

RGB

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

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

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

R = 44.1%
G = 13.66%
B = 42.24%

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

#D542CC (or 0xD542CC) is known color: Fuchsia. HEX triplet: D5, 42 and CC. RGB value is (213,66,204). Sum of RGB (Red+Green+Blue) = 213+66+204=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D542CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542CC is #2ABD33. Grayscale: #7D7D7D. Windows color (decimal): -2800948 or 13386453. OLE color: 13386453.

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

Color convert

RGB 213 66 204 -
CMYK 0 0.69 0.04 0.16
HSL 303.67º 0.64% 0.55% -
HSV(B) 303.67º 0.69% 0.84% -
XYZ 40.29 22.4 59.33 -
YUV 125.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 213 66 204 0 0.69 0.04 0.16 303.67 0.64 0.55
Hex D5 42 CC 0 45 4 10 130 40 37
Octal 325 102 314 0 105 4 20 460 100 67
Binary 11010101 1000010 11001100 0 1000101 100 10000 100110000 1000000 110111

Color Harmonies of #D542CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542CC

Black with #D542CC

Text Example


Text Example

White with #D542CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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