Html Css Color HEX #D54DB9 Fuchsia

📋 copy color: '#D54DB9'

red 213 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #D54DB9

Tints of Fuchsia #D54DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.21%

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 44.84%
G = 16.21%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D54DB9 (or 0xD54DB9) is known color: Fuchsia. HEX triplet: D5, 4D and B9. RGB value is (213,77,185). Sum of RGB (Red+Green+Blue) = 213+77+185=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DB9 is #2AB246. Grayscale: #818181. Windows color (decimal): -2798151 or 12144085. OLE color: 12144085.

HSL color Cylindrical-coordinate representation of color #D54DB9: hue angle of 312.35º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DB9 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 77 185 -
CMYK 0 0.64 0.13 0.16
HSL 312.35º 0.62% 0.57% -
HSV(B) 312.35º 0.64% 0.84% -
XYZ 38.85 22.96 48.28 -
YUV 129.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 213 77 185 0 0.64 0.13 0.16 312.35 0.62 0.57
Hex D5 4D B9 0 40 D 10 138 3E 39
Octal 325 115 271 0 100 15 20 470 76 71
Binary 11010101 1001101 10111001 0 1000000 1101 10000 100111000 111110 111001

Color Harmonies of #D54DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DB9

Black with #D54DB9

Text Example


Text Example

White with #D54DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DB9; }

 p { color: rgb(213,77,185); }

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

background-color css

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

 a { background-color: rgb(213,77,185); }

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

border-color css

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

 span { border-color: rgb(213,77,185); }

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