Html Css Color HEX #D751B9 Fuchsia

📋 copy color: '#D751B9'

red 215 ◦ green 81 ◦ blue 185

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

Shades of Fuchsia #D751B9

Tints of Fuchsia #D751B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 44.7%
G = 16.84%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D751B9 (or 0xD751B9) is known color: Fuchsia. HEX triplet: D7, 51 and B9. RGB value is (215,81,185). Sum of RGB (Red+Green+Blue) = 215+81+185=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D751B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D751B9 is #28AE46. Grayscale: #848484. Windows color (decimal): -2666055 or 12145111. OLE color: 12145111.

HSL color Cylindrical-coordinate representation of color #D751B9: hue angle of 313.43º 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 #D751B9 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 185 -
CMYK 0 0.62 0.14 0.16
HSL 313.43º 0.63% 0.58% -
HSV(B) 313.43º 0.62% 0.84% -
XYZ 39.72 23.83 48.41 -
YUV 132.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 215 81 185 0 0.62 0.14 0.16 313.43 0.63 0.58
Hex D7 51 B9 0 3E E 10 139 3F 3A
Octal 327 121 271 0 76 16 20 471 77 72
Binary 11010111 1010001 10111001 0 111110 1110 10000 100111001 111111 111010

Color Harmonies of #D751B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D751B9

Black with #D751B9

Text Example


Text Example

White with #D751B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D751B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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