Html Css Color HEX #D054C4 Fuchsia

📋 copy color: '#D054C4'

red 208 ◦ green 84 ◦ blue 196

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

Shades of Fuchsia #D054C4

Tints of Fuchsia #D054C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 42.62%
G = 17.21%
B = 40.16%

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

#D054C4 (or 0xD054C4) is known color: Fuchsia. HEX triplet: D0, 54 and C4. RGB value is (208,84,196). Sum of RGB (Red+Green+Blue) = 208+84+196=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D054C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054C4 is #2FAB3B. Grayscale: #858585. Windows color (decimal): -3124028 or 12866768. OLE color: 12866768.

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

Color convert

RGB 208 84 196 -
CMYK 0 0.60 0.06 0.18
HSL 305.81º 0.57% 0.57% -
HSV(B) 305.81º 0.6% 0.82% -
XYZ 39.15 23.74 54.74 -
YUV 133.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 208 84 196 0 0.60 0.06 0.18 305.81 0.57 0.57
Hex D0 54 C4 0 3C 6 12 132 39 39
Octal 320 124 304 0 74 6 22 462 71 71
Binary 11010000 1010100 11000100 0 111100 110 10010 100110010 111001 111001

Color Harmonies of #D054C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054C4

Black with #D054C4

Text Example


Text Example

White with #D054C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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