Html Css Color HEX #D94EC0 Fuchsia

📋 copy color: '#D94EC0'

red 217 ◦ green 78 ◦ blue 192

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

Shades of Fuchsia #D94EC0

Tints of Fuchsia #D94EC0

RGB

 RED value IS 217 (85.16% from 255) = 44.56%

 GREEN value IS 78 (30.86% from 255) = 16.02%

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 44.56%
G = 16.02%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D94EC0 (or 0xD94EC0) is known color: Fuchsia. HEX triplet: D9, 4E and C0. RGB value is (217,78,192). Sum of RGB (Red+Green+Blue) = 217+78+192=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EC0 is #26B13F. Grayscale: #848484. Windows color (decimal): -2535744 or 12603097. OLE color: 12603097.

HSL color Cylindrical-coordinate representation of color #D94EC0: hue angle of 310.79º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94EC0 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 78 192 -
CMYK 0 0.64 0.12 0.15
HSL 310.79º 0.65% 0.58% -
HSV(B) 310.79º 0.64% 0.85% -
XYZ 40.85 24.01 52.35 -
YUV 132.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 217 78 192 0 0.64 0.12 0.15 310.79 0.65 0.58
Hex D9 4E C0 0 40 C F 137 41 3A
Octal 331 116 300 0 100 14 17 467 101 72
Binary 11011001 1001110 11000000 0 1000000 1100 1111 100110111 1000001 111010

Color Harmonies of #D94EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94EC0

Black with #D94EC0

Text Example


Text Example

White with #D94EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94EC0; }

 p { color: rgb(217,78,192); }

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

background-color css

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

 a { background-color: rgb(217,78,192); }

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

border-color css

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

 span { border-color: rgb(217,78,192); }

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