Html Css Color HEX #D94DC2 Fuchsia

📋 copy color: '#D94DC2'

red 217 ◦ green 77 ◦ blue 194

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

Shades of Fuchsia #D94DC2

Tints of Fuchsia #D94DC2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.78%

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

R = 44.47%
G = 15.78%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D94DC2 (or 0xD94DC2) is known color: Fuchsia. HEX triplet: D9, 4D and C2. RGB value is (217,77,194). Sum of RGB (Red+Green+Blue) = 217+77+194=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DC2 is #26B23D. Grayscale: #838383. Windows color (decimal): -2535998 or 12733913. OLE color: 12733913.

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

Color convert

RGB 217 77 194 -
CMYK 0 0.65 0.11 0.15
HSL 309.86º 0.65% 0.58% -
HSV(B) 309.86º 0.65% 0.85% -
XYZ 41.01 23.95 53.5 -
YUV 132.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 217 77 194 0 0.65 0.11 0.15 309.86 0.65 0.58
Hex D9 4D C2 0 41 B F 136 41 3A
Octal 331 115 302 0 101 13 17 466 101 72
Binary 11011001 1001101 11000010 0 1000001 1011 1111 100110110 1000001 111010

Color Harmonies of #D94DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DC2

Black with #D94DC2

Text Example


Text Example

White with #D94DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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