Html Css Color HEX #D54ABD Fuchsia

📋 copy color: '#D54ABD'

red 213 ◦ green 74 ◦ blue 189

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

Shades of Fuchsia #D54ABD

Tints of Fuchsia #D54ABD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.55%

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 44.75%
G = 15.55%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D54ABD (or 0xD54ABD) is known color: Fuchsia. HEX triplet: D5, 4A and BD. RGB value is (213,74,189). Sum of RGB (Red+Green+Blue) = 213+74+189=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ABD is #2AB542. Grayscale: #808080. Windows color (decimal): -2798915 or 12405461. OLE color: 12405461.

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

Color convert

RGB 213 74 189 -
CMYK 0 0.65 0.11 0.16
HSL 310.36º 0.62% 0.56% -
HSV(B) 310.36º 0.65% 0.84% -
XYZ 39.07 22.72 50.47 -
YUV 128.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 213 74 189 0 0.65 0.11 0.16 310.36 0.62 0.56
Hex D5 4A BD 0 41 B 10 136 3E 38
Octal 325 112 275 0 101 13 20 466 76 70
Binary 11010101 1001010 10111101 0 1000001 1011 10000 100110110 111110 111000

Color Harmonies of #D54ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54ABD

Black with #D54ABD

Text Example


Text Example

White with #D54ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54ABD; }

 p { color: rgb(213,74,189); }

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

background-color css

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

 a { background-color: rgb(213,74,189); }

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

border-color css

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

 span { border-color: rgb(213,74,189); }

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