Html Css Color HEX #D054CD Fuchsia

📋 copy color: '#D054CD'

red 208 ◦ green 84 ◦ blue 205

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

Shades of Fuchsia #D054CD

Tints of Fuchsia #D054CD

RGB

 RED value IS 208 (81.64% from 255) = 41.85%

 GREEN value IS 84 (33.2% from 255) = 16.9%

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 41.85%
G = 16.9%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D054CD (or 0xD054CD) is known color: Fuchsia. HEX triplet: D0, 54 and CD. RGB value is (208,84,205). Sum of RGB (Red+Green+Blue) = 208+84+205=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D054CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054CD is #2FAB32. Grayscale: #868686. Windows color (decimal): -3124019 or 13456592. OLE color: 13456592.

HSL color Cylindrical-coordinate representation of color #D054CD: hue angle of 301.45º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D054CD is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 84 205 -
CMYK 0 0.60 0.01 0.18
HSL 301.45º 0.57% 0.57% -
HSV(B) 301.45º 0.6% 0.82% -
XYZ 40.2 24.16 60.3 -
YUV 134.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 208 84 205 0 0.60 0.01 0.18 301.45 0.57 0.57
Hex D0 54 CD 0 3C 1 12 12D 39 39
Octal 320 124 315 0 74 1 22 455 71 71
Binary 11010000 1010100 11001101 0 111100 1 10010 100101101 111001 111001

Color Harmonies of #D054CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054CD

Black with #D054CD

Text Example


Text Example

White with #D054CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054CD; }

 p { color: rgb(208,84,205); }

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

background-color css

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

 a { background-color: rgb(208,84,205); }

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

border-color css

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

 span { border-color: rgb(208,84,205); }

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