Html Css Color HEX #D94AC2 Fuchsia

📋 copy color: '#D94AC2'

red 217 ◦ green 74 ◦ blue 194

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

Shades of Fuchsia #D94AC2

Tints of Fuchsia #D94AC2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.26%

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

R = 44.74%
G = 15.26%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D94AC2 (or 0xD94AC2) is known color: Fuchsia. HEX triplet: D9, 4A and C2. RGB value is (217,74,194). Sum of RGB (Red+Green+Blue) = 217+74+194=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AC2 is #26B53D. Grayscale: #828282. Windows color (decimal): -2536766 or 12733145. OLE color: 12733145.

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

Color convert

RGB 217 74 194 -
CMYK 0 0.66 0.11 0.15
HSL 309.65º 0.65% 0.57% -
HSV(B) 309.65º 0.66% 0.85% -
XYZ 40.8 23.54 53.43 -
YUV 130.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 217 74 194 0 0.66 0.11 0.15 309.65 0.65 0.57
Hex D9 4A C2 0 42 B F 136 41 39
Octal 331 112 302 0 102 13 17 466 101 71
Binary 11011001 1001010 11000010 0 1000010 1011 1111 100110110 1000001 111001

Color Harmonies of #D94AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94AC2

Black with #D94AC2

Text Example


Text Example

White with #D94AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94AC2; }

 p { color: rgb(217,74,194); }

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

background-color css

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

 a { background-color: rgb(217,74,194); }

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

border-color css

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

 span { border-color: rgb(217,74,194); }

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