Html Css Color HEX #D747B0 Fuchsia

📋 copy color: '#D747B0'

red 215 ◦ green 71 ◦ blue 176

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

Shades of Fuchsia #D747B0

Tints of Fuchsia #D747B0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.37%

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

R = 46.54%
G = 15.37%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D747B0 (or 0xD747B0) is known color: Fuchsia. HEX triplet: D7, 47 and B0. RGB value is (215,71,176). Sum of RGB (Red+Green+Blue) = 215+71+176=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D747B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D747B0 is #28B84F. Grayscale: #7D7D7D. Windows color (decimal): -2668624 or 11552727. OLE color: 11552727.

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

Color convert

RGB 215 71 176 -
CMYK 0 0.67 0.18 0.16
HSL 316.25º 0.64% 0.56% -
HSV(B) 316.25º 0.67% 0.84% -
XYZ 38.11 22.09 43.33 -
YUV 126.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 215 71 176 0 0.67 0.18 0.16 316.25 0.64 0.56
Hex D7 47 B0 0 43 12 10 13C 40 38
Octal 327 107 260 0 103 22 20 474 100 70
Binary 11010111 1000111 10110000 0 1000011 10010 10000 100111100 1000000 111000

Color Harmonies of #D747B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D747B0

Black with #D747B0

Text Example


Text Example

White with #D747B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D747B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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