Html Css Color HEX #D054C3 Fuchsia

📋 copy color: '#D054C3'

red 208 ◦ green 84 ◦ blue 195

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

Shades of Fuchsia #D054C3

Tints of Fuchsia #D054C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.04%

R = 42.71%
G = 17.25%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D054C3 (or 0xD054C3) is known color: Fuchsia. HEX triplet: D0, 54 and C3. RGB value is (208,84,195). Sum of RGB (Red+Green+Blue) = 208+84+195=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D054C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054C3 is #2FAB3C. Grayscale: #858585. Windows color (decimal): -3124029 or 12801232. OLE color: 12801232.

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

Color convert

RGB 208 84 195 -
CMYK 0 0.60 0.06 0.18
HSL 306.29º 0.57% 0.57% -
HSV(B) 306.29º 0.6% 0.82% -
XYZ 39.03 23.69 54.15 -
YUV 133.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 208 84 195 0 0.60 0.06 0.18 306.29 0.57 0.57
Hex D0 54 C3 0 3C 6 12 132 39 39
Octal 320 124 303 0 74 6 22 462 71 71
Binary 11010000 1010100 11000011 0 111100 110 10010 100110010 111001 111001

Color Harmonies of #D054C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054C3

Black with #D054C3

Text Example


Text Example

White with #D054C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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