Html Css Color HEX #D744B9 Fuchsia

📋 copy color: '#D744B9'

red 215 ◦ green 68 ◦ blue 185

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

Shades of Fuchsia #D744B9

Tints of Fuchsia #D744B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 45.94%
G = 14.53%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D744B9 (or 0xD744B9) is known color: Fuchsia. HEX triplet: D7, 44 and B9. RGB value is (215,68,185). Sum of RGB (Red+Green+Blue) = 215+68+185=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D744B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744B9 is #28BB46. Grayscale: #7C7C7C. Windows color (decimal): -2669383 or 12141783. OLE color: 12141783.

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

Color convert

RGB 215 68 185 -
CMYK 0 0.68 0.14 0.16
HSL 312.24º 0.65% 0.55% -
HSV(B) 312.24º 0.68% 0.84% -
XYZ 38.85 22.08 48.11 -
YUV 125.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 215 68 185 0 0.68 0.14 0.16 312.24 0.65 0.55
Hex D7 44 B9 0 44 E 10 138 41 37
Octal 327 104 271 0 104 16 20 470 101 67
Binary 11010111 1000100 10111001 0 1000100 1110 10000 100111000 1000001 110111

Color Harmonies of #D744B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D744B9

Black with #D744B9

Text Example


Text Example

White with #D744B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D744B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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