Html Css Color HEX #D744B2 Fuchsia

📋 copy color: '#D744B2'

red 215 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #D744B2

Tints of Fuchsia #D744B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.61%

R = 46.64%
G = 14.75%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D744B2 (or 0xD744B2) is known color: Fuchsia. HEX triplet: D7, 44 and B2. RGB value is (215,68,178). Sum of RGB (Red+Green+Blue) = 215+68+178=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D744B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D744B2 is #28BB4D. Grayscale: #7C7C7C. Windows color (decimal): -2669390 or 11683031. OLE color: 11683031.

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

Color convert

RGB 215 68 178 -
CMYK 0 0.68 0.17 0.16
HSL 315.1º 0.65% 0.55% -
HSV(B) 315.1º 0.68% 0.84% -
XYZ 38.13 21.8 44.32 -
YUV 124.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 215 68 178 0 0.68 0.17 0.16 315.1 0.65 0.55
Hex D7 44 B2 0 44 11 10 13B 41 37
Octal 327 104 262 0 104 21 20 473 101 67
Binary 11010111 1000100 10110010 0 1000100 10001 10000 100111011 1000001 110111

Color Harmonies of #D744B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D744B2

Black with #D744B2

Text Example


Text Example

White with #D744B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D744B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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