Html Css Color HEX #D751B0 Fuchsia

📋 copy color: '#D751B0'

red 215 ◦ green 81 ◦ blue 176

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

Shades of Fuchsia #D751B0

Tints of Fuchsia #D751B0

RGB

 RED value IS 215 (84.38% from 255) = 45.55%

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

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 45.55%
G = 17.16%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D751B0 (or 0xD751B0) is known color: Fuchsia. HEX triplet: D7, 51 and B0. RGB value is (215,81,176). Sum of RGB (Red+Green+Blue) = 215+81+176=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D751B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D751B0 is #28AE4F. Grayscale: #838383. Windows color (decimal): -2666064 or 11555287. OLE color: 11555287.

HSL color Cylindrical-coordinate representation of color #D751B0: hue angle of 317.46º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D751B0 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 176 -
CMYK 0 0.62 0.18 0.16
HSL 317.46º 0.63% 0.58% -
HSV(B) 317.46º 0.62% 0.84% -
XYZ 38.8 23.47 43.56 -
YUV 131.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 215 81 176 0 0.62 0.18 0.16 317.46 0.63 0.58
Hex D7 51 B0 0 3E 12 10 13D 3F 3A
Octal 327 121 260 0 76 22 20 475 77 72
Binary 11010111 1010001 10110000 0 111110 10010 10000 100111101 111111 111010

Color Harmonies of #D751B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D751B0

Black with #D751B0

Text Example


Text Example

White with #D751B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D751B0; }

 p { color: rgb(215,81,176); }

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

background-color css

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

 a { background-color: rgb(215,81,176); }

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

border-color css

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

 span { border-color: rgb(215,81,176); }

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