Html Css Color HEX #D542BB Fuchsia

📋 copy color: '#D542BB'

red 213 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #D542BB

Tints of Fuchsia #D542BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 45.71%
G = 14.16%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D542BB (or 0xD542BB) is known color: Fuchsia. HEX triplet: D5, 42 and BB. RGB value is (213,66,187). Sum of RGB (Red+Green+Blue) = 213+66+187=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D542BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542BB is #2ABD44. Grayscale: #7B7B7B. Windows color (decimal): -2800965 or 12272341. OLE color: 12272341.

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

Color convert

RGB 213 66 187 -
CMYK 0 0.69 0.12 0.16
HSL 310.61º 0.64% 0.55% -
HSV(B) 310.61º 0.69% 0.84% -
XYZ 38.36 21.63 49.17 -
YUV 123.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 213 66 187 0 0.69 0.12 0.16 310.61 0.64 0.55
Hex D5 42 BB 0 45 C 10 137 40 37
Octal 325 102 273 0 105 14 20 467 100 67
Binary 11010101 1000010 10111011 0 1000101 1100 10000 100110111 1000000 110111

Color Harmonies of #D542BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542BB

Black with #D542BB

Text Example


Text Example

White with #D542BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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