Html Css Color HEX #D540BB Fuchsia

📋 copy color: '#D540BB'

red 213 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #D540BB

Tints of Fuchsia #D540BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.79%

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

R = 45.91%
G = 13.79%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D540BB (or 0xD540BB) is known color: Fuchsia. HEX triplet: D5, 40 and BB. RGB value is (213,64,187). Sum of RGB (Red+Green+Blue) = 213+64+187=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D540BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540BB is #2ABF44. Grayscale: #7A7A7A. Windows color (decimal): -2801477 or 12271829. OLE color: 12271829.

HSL color Cylindrical-coordinate representation of color #D540BB: hue angle of 310.47º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D540BB is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 187 -
CMYK 0 0.70 0.12 0.16
HSL 310.47º 0.64% 0.54% -
HSV(B) 310.47º 0.7% 0.84% -
XYZ 38.24 21.4 49.13 -
YUV 122.57 164.36 192.5 -
System Red Green Blue C M Y K H S L
Decimal 213 64 187 0 0.70 0.12 0.16 310.47 0.64 0.54
Hex D5 40 BB 0 46 C 10 136 40 36
Octal 325 100 273 0 106 14 20 466 100 66
Binary 11010101 1000000 10111011 0 1000110 1100 10000 100110110 1000000 110110

Color Harmonies of #D540BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540BB

Black with #D540BB

Text Example


Text Example

White with #D540BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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