Html Css Color HEX #D744B0 Fuchsia

📋 copy color: '#D744B0'

red 215 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #D744B0

Tints of Fuchsia #D744B0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.81%

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

R = 46.84%
G = 14.81%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D744B0 (or 0xD744B0) is known color: Fuchsia. HEX triplet: D7, 44 and B0. RGB value is (215,68,176). Sum of RGB (Red+Green+Blue) = 215+68+176=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D744B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D744B0 is #28BB4F. Grayscale: #7B7B7B. Windows color (decimal): -2669392 or 11551959. OLE color: 11551959.

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

Color convert

RGB 215 68 176 -
CMYK 0 0.68 0.18 0.16
HSL 315.92º 0.65% 0.55% -
HSV(B) 315.92º 0.68% 0.84% -
XYZ 37.93 21.72 43.27 -
YUV 124.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 215 68 176 0 0.68 0.18 0.16 315.92 0.65 0.55
Hex D7 44 B0 0 44 12 10 13C 41 37
Octal 327 104 260 0 104 22 20 474 101 67
Binary 11010111 1000100 10110000 0 1000100 10010 10000 100111100 1000001 110111

Color Harmonies of #D744B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D744B0

Black with #D744B0

Text Example


Text Example

White with #D744B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D744B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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