Html Css Color HEX #D951B3 Fuchsia

📋 copy color: '#D951B3'

red 217 ◦ green 81 ◦ blue 179

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

Shades of Fuchsia #D951B3

Tints of Fuchsia #D951B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 45.49%
G = 16.98%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D951B3 (or 0xD951B3) is known color: Fuchsia. HEX triplet: D9, 51 and B3. RGB value is (217,81,179). Sum of RGB (Red+Green+Blue) = 217+81+179=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D951B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951B3 is #26AE4C. Grayscale: #848484. Windows color (decimal): -2534989 or 11751897. OLE color: 11751897.

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

Color convert

RGB 217 81 179 -
CMYK 0 0.63 0.18 0.15
HSL 316.76º 0.64% 0.58% -
HSV(B) 316.76º 0.63% 0.85% -
XYZ 39.69 23.89 45.17 -
YUV 132.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 217 81 179 0 0.63 0.18 0.15 316.76 0.64 0.58
Hex D9 51 B3 0 3F 12 F 13D 40 3A
Octal 331 121 263 0 77 22 17 475 100 72
Binary 11011001 1010001 10110011 0 111111 10010 1111 100111101 1000000 111010

Color Harmonies of #D951B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D951B3

Black with #D951B3

Text Example


Text Example

White with #D951B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D951B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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