Html Css Color HEX #D54DB6 Fuchsia

📋 copy color: '#D54DB6'

red 213 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #D54DB6

Tints of Fuchsia #D54DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 45.13%
G = 16.31%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D54DB6 (or 0xD54DB6) is known color: Fuchsia. HEX triplet: D5, 4D and B6. RGB value is (213,77,182). Sum of RGB (Red+Green+Blue) = 213+77+182=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DB6 is #2AB249. Grayscale: #818181. Windows color (decimal): -2798154 or 11947477. OLE color: 11947477.

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

Color convert

RGB 213 77 182 -
CMYK 0 0.64 0.15 0.16
HSL 313.68º 0.62% 0.57% -
HSV(B) 313.68º 0.64% 0.84% -
XYZ 38.54 22.83 46.63 -
YUV 129.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 213 77 182 0 0.64 0.15 0.16 313.68 0.62 0.57
Hex D5 4D B6 0 40 F 10 13A 3E 39
Octal 325 115 266 0 100 17 20 472 76 71
Binary 11010101 1001101 10110110 0 1000000 1111 10000 100111010 111110 111001

Color Harmonies of #D54DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DB6

Black with #D54DB6

Text Example


Text Example

White with #D54DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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