Html Css Color HEX #D054C2 Fuchsia

📋 copy color: '#D054C2'

red 208 ◦ green 84 ◦ blue 194

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

Shades of Fuchsia #D054C2

Tints of Fuchsia #D054C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 42.8%
G = 17.28%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D054C2 (or 0xD054C2) is known color: Fuchsia. HEX triplet: D0, 54 and C2. RGB value is (208,84,194). Sum of RGB (Red+Green+Blue) = 208+84+194=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D054C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054C2 is #2FAB3D. Grayscale: #858585. Windows color (decimal): -3124030 or 12735696. OLE color: 12735696.

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

Color convert

RGB 208 84 194 -
CMYK 0 0.60 0.07 0.18
HSL 306.77º 0.57% 0.57% -
HSV(B) 306.77º 0.6% 0.82% -
XYZ 38.92 23.65 53.55 -
YUV 133.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 208 84 194 0 0.60 0.07 0.18 306.77 0.57 0.57
Hex D0 54 C2 0 3C 7 12 133 39 39
Octal 320 124 302 0 74 7 22 463 71 71
Binary 11010000 1010100 11000010 0 111100 111 10010 100110011 111001 111001

Color Harmonies of #D054C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054C2

Black with #D054C2

Text Example


Text Example

White with #D054C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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