Html Css Color HEX #D94DC1 Fuchsia

📋 copy color: '#D94DC1'

red 217 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #D94DC1

Tints of Fuchsia #D94DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 44.56%
G = 15.81%
B = 39.63%

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

#D94DC1 (or 0xD94DC1) is known color: Fuchsia. HEX triplet: D9, 4D and C1. RGB value is (217,77,193). Sum of RGB (Red+Green+Blue) = 217+77+193=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DC1 is #26B23E. Grayscale: #838383. Windows color (decimal): -2535999 or 12668377. OLE color: 12668377.

HSL color Cylindrical-coordinate representation of color #D94DC1: hue angle of 310.29º 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 #D94DC1 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 193 -
CMYK 0 0.65 0.11 0.15
HSL 310.29º 0.65% 0.58% -
HSV(B) 310.29º 0.65% 0.85% -
XYZ 40.89 23.91 52.91 -
YUV 132.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 217 77 193 0 0.65 0.11 0.15 310.29 0.65 0.58
Hex D9 4D C1 0 41 B F 136 41 3A
Octal 331 115 301 0 101 13 17 466 101 72
Binary 11011001 1001101 11000001 0 1000001 1011 1111 100110110 1000001 111010

Color Harmonies of #D94DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DC1

Black with #D94DC1

Text Example


Text Example

White with #D94DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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