Html Css Color HEX #D950B8 Fuchsia

📋 copy color: '#D950B8'

red 217 ◦ green 80 ◦ blue 184

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

Shades of Fuchsia #D950B8

Tints of Fuchsia #D950B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.25%

R = 45.11%
G = 16.63%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D950B8 (or 0xD950B8) is known color: Fuchsia. HEX triplet: D9, 50 and B8. RGB value is (217,80,184). Sum of RGB (Red+Green+Blue) = 217+80+184=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D950B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950B8 is #26AF47. Grayscale: #848484. Windows color (decimal): -2535240 or 12079321. OLE color: 12079321.

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

Color convert

RGB 217 80 184 -
CMYK 0 0.63 0.15 0.15
HSL 314.45º 0.64% 0.58% -
HSV(B) 314.45º 0.63% 0.85% -
XYZ 40.14 23.95 47.85 -
YUV 132.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 217 80 184 0 0.63 0.15 0.15 314.45 0.64 0.58
Hex D9 50 B8 0 3F F F 13A 40 3A
Octal 331 120 270 0 77 17 17 472 100 72
Binary 11011001 1010000 10111000 0 111111 1111 1111 100111010 1000000 111010

Color Harmonies of #D950B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950B8

Black with #D950B8

Text Example


Text Example

White with #D950B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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