Html Css Color HEX #D054CE Fuchsia

📋 copy color: '#D054CE'

red 208 ◦ green 84 ◦ blue 206

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

Shades of Fuchsia #D054CE

Tints of Fuchsia #D054CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 41.77%
G = 16.87%
B = 41.37%

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

#D054CE (or 0xD054CE) is known color: Fuchsia. HEX triplet: D0, 54 and CE. RGB value is (208,84,206). Sum of RGB (Red+Green+Blue) = 208+84+206=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D054CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054CE is #2FAB31. Grayscale: #868686. Windows color (decimal): -3124018 or 13522128. OLE color: 13522128.

HSL color Cylindrical-coordinate representation of color #D054CE: hue angle of 300.97º 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 #D054CE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 84 206 -
CMYK 0 0.60 0.01 0.18
HSL 300.97º 0.57% 0.57% -
HSV(B) 300.97º 0.6% 0.82% -
XYZ 40.32 24.21 60.94 -
YUV 134.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 208 84 206 0 0.60 0.01 0.18 300.97 0.57 0.57
Hex D0 54 CE 0 3C 1 12 12D 39 39
Octal 320 124 316 0 74 1 22 455 71 71
Binary 11010000 1010100 11001110 0 111100 1 10010 100101101 111001 111001

Color Harmonies of #D054CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054CE

Black with #D054CE

Text Example


Text Example

White with #D054CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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