Html Css Color HEX #D951C0 Fuchsia

📋 copy color: '#D951C0'

red 217 ◦ green 81 ◦ blue 192

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

Shades of Fuchsia #D951C0

Tints of Fuchsia #D951C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.53%

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

R = 44.29%
G = 16.53%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D951C0 (or 0xD951C0) is known color: Fuchsia. HEX triplet: D9, 51 and C0. RGB value is (217,81,192). Sum of RGB (Red+Green+Blue) = 217+81+192=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D951C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951C0 is #26AE3F. Grayscale: #868686. Windows color (decimal): -2534976 or 12603865. OLE color: 12603865.

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

Color convert

RGB 217 81 192 -
CMYK 0 0.63 0.12 0.15
HSL 311.03º 0.64% 0.58% -
HSV(B) 311.03º 0.63% 0.85% -
XYZ 41.07 24.44 52.42 -
YUV 134.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 217 81 192 0 0.63 0.12 0.15 311.03 0.64 0.58
Hex D9 51 C0 0 3F C F 137 40 3A
Octal 331 121 300 0 77 14 17 467 100 72
Binary 11011001 1010001 11000000 0 111111 1100 1111 100110111 1000000 111010

Color Harmonies of #D951C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D951C0

Black with #D951C0

Text Example


Text Example

White with #D951C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D951C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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