Html Css Color HEX #D950C1 Fuchsia

📋 copy color: '#D950C1'

red 217 ◦ green 80 ◦ blue 193

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

Shades of Fuchsia #D950C1

Tints of Fuchsia #D950C1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.33%

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

R = 44.29%
G = 16.33%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D950C1 (or 0xD950C1) is known color: Fuchsia. HEX triplet: D9, 50 and C1. RGB value is (217,80,193). Sum of RGB (Red+Green+Blue) = 217+80+193=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D950C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950C1 is #26AF3E. Grayscale: #858585. Windows color (decimal): -2535231 or 12669145. OLE color: 12669145.

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

Color convert

RGB 217 80 193 -
CMYK 0 0.63 0.11 0.15
HSL 310.51º 0.64% 0.58% -
HSV(B) 310.51º 0.63% 0.85% -
XYZ 41.11 24.34 52.98 -
YUV 133.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 217 80 193 0 0.63 0.11 0.15 310.51 0.64 0.58
Hex D9 50 C1 0 3F B F 137 40 3A
Octal 331 120 301 0 77 13 17 467 100 72
Binary 11011001 1010000 11000001 0 111111 1011 1111 100110111 1000000 111010

Color Harmonies of #D950C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950C1

Black with #D950C1

Text Example


Text Example

White with #D950C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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