Html Css Color HEX #D542B8 Fuchsia

📋 copy color: '#D542B8'

red 213 ◦ green 66 ◦ blue 184

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

Shades of Fuchsia #D542B8

Tints of Fuchsia #D542B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 46%
G = 14.25%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D542B8 (or 0xD542B8) is known color: Fuchsia. HEX triplet: D5, 42 and B8. RGB value is (213,66,184). Sum of RGB (Red+Green+Blue) = 213+66+184=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D542B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542B8 is #2ABD47. Grayscale: #7B7B7B. Windows color (decimal): -2800968 or 12075733. OLE color: 12075733.

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

Color convert

RGB 213 66 184 -
CMYK 0 0.69 0.14 0.16
HSL 311.84º 0.64% 0.55% -
HSV(B) 311.84º 0.69% 0.84% -
XYZ 38.04 21.5 47.49 -
YUV 123.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 213 66 184 0 0.69 0.14 0.16 311.84 0.64 0.55
Hex D5 42 B8 0 45 E 10 138 40 37
Octal 325 102 270 0 105 16 20 470 100 67
Binary 11010101 1000010 10111000 0 1000101 1110 10000 100111000 1000000 110111

Color Harmonies of #D542B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542B8

Black with #D542B8

Text Example


Text Example

White with #D542B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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