Html Css Color HEX #D94DC0 Fuchsia

📋 copy color: '#D94DC0'

red 217 ◦ green 77 ◦ blue 192

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

Shades of Fuchsia #D94DC0

Tints of Fuchsia #D94DC0

RGB

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

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

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

R = 44.65%
G = 15.84%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D94DC0 (or 0xD94DC0) is known color: Fuchsia. HEX triplet: D9, 4D and C0. RGB value is (217,77,192). Sum of RGB (Red+Green+Blue) = 217+77+192=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DC0 is #26B23F. Grayscale: #838383. Windows color (decimal): -2536000 or 12602841. OLE color: 12602841.

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

Color convert

RGB 217 77 192 -
CMYK 0 0.65 0.12 0.15
HSL 310.71º 0.65% 0.58% -
HSV(B) 310.71º 0.65% 0.85% -
XYZ 40.78 23.87 52.33 -
YUV 131.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 217 77 192 0 0.65 0.12 0.15 310.71 0.65 0.58
Hex D9 4D C0 0 41 C F 137 41 3A
Octal 331 115 300 0 101 14 17 467 101 72
Binary 11011001 1001101 11000000 0 1000001 1100 1111 100110111 1000001 111010

Color Harmonies of #D94DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DC0

Black with #D94DC0

Text Example


Text Example

White with #D94DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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