Html Css Color HEX #D747B5 Fuchsia

📋 copy color: '#D747B5'

red 215 ◦ green 71 ◦ blue 181

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

Shades of Fuchsia #D747B5

Tints of Fuchsia #D747B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.76%

R = 46.04%
G = 15.2%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D747B5 (or 0xD747B5) is known color: Fuchsia. HEX triplet: D7, 47 and B5. RGB value is (215,71,181). Sum of RGB (Red+Green+Blue) = 215+71+181=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D747B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D747B5 is #28B84A. Grayscale: #7E7E7E. Windows color (decimal): -2668619 or 11880407. OLE color: 11880407.

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

Color convert

RGB 215 71 181 -
CMYK 0 0.67 0.16 0.16
HSL 314.17º 0.64% 0.56% -
HSV(B) 314.17º 0.67% 0.84% -
XYZ 38.62 22.29 45.98 -
YUV 126.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 215 71 181 0 0.67 0.16 0.16 314.17 0.64 0.56
Hex D7 47 B5 0 43 10 10 13A 40 38
Octal 327 107 265 0 103 20 20 472 100 70
Binary 11010111 1000111 10110101 0 1000011 10000 10000 100111010 1000000 111000

Color Harmonies of #D747B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D747B5

Black with #D747B5

Text Example


Text Example

White with #D747B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D747B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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