Html Css Color HEX #D754B6 Fuchsia

📋 copy color: '#D754B6'

red 215 ◦ green 84 ◦ blue 182

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

Shades of Fuchsia #D754B6

Tints of Fuchsia #D754B6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

 BLUE value IS 182 (71.48% from 255) = 37.84%

R = 44.7%
G = 17.46%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D754B6 (or 0xD754B6) is known color: Fuchsia. HEX triplet: D7, 54 and B6. RGB value is (215,84,182). Sum of RGB (Red+Green+Blue) = 215+84+182=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D754B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754B6 is #28AB49. Grayscale: #868686. Windows color (decimal): -2665290 or 11949271. OLE color: 11949271.

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

Color convert

RGB 215 84 182 -
CMYK 0 0.61 0.15 0.16
HSL 315.11º 0.62% 0.59% -
HSV(B) 315.11º 0.61% 0.84% -
XYZ 39.64 24.17 46.83 -
YUV 134.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 215 84 182 0 0.61 0.15 0.16 315.11 0.62 0.59
Hex D7 54 B6 0 3D F 10 13B 3E 3B
Octal 327 124 266 0 75 17 20 473 76 73
Binary 11010111 1010100 10110110 0 111101 1111 10000 100111011 111110 111011

Color Harmonies of #D754B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D754B6

Black with #D754B6

Text Example


Text Example

White with #D754B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D754B6; }

 p { color: rgb(215,84,182); }

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

background-color css

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

 a { background-color: rgb(215,84,182); }

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

border-color css

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

 span { border-color: rgb(215,84,182); }

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