Html Css Color HEX #D951BC Fuchsia

📋 copy color: '#D951BC'

red 217 ◦ green 81 ◦ blue 188

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

Shades of Fuchsia #D951BC

Tints of Fuchsia #D951BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 44.65%
G = 16.67%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D951BC (or 0xD951BC) is known color: Fuchsia. HEX triplet: D9, 51 and BC. RGB value is (217,81,188). Sum of RGB (Red+Green+Blue) = 217+81+188=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D951BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951BC is #26AE43. Grayscale: #858585. Windows color (decimal): -2534980 or 12341721. OLE color: 12341721.

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

Color convert

RGB 217 81 188 -
CMYK 0 0.63 0.13 0.15
HSL 312.79º 0.64% 0.58% -
HSV(B) 312.79º 0.63% 0.85% -
XYZ 40.63 24.27 50.12 -
YUV 133.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 217 81 188 0 0.63 0.13 0.15 312.79 0.64 0.58
Hex D9 51 BC 0 3F D F 139 40 3A
Octal 331 121 274 0 77 15 17 471 100 72
Binary 11011001 1010001 10111100 0 111111 1101 1111 100111001 1000000 111010

Color Harmonies of #D951BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D951BC

Black with #D951BC

Text Example


Text Example

White with #D951BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D951BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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