Html Css Color HEX #D74EB9 Fuchsia

📋 copy color: '#D74EB9'

red 215 ◦ green 78 ◦ blue 185

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

Shades of Fuchsia #D74EB9

Tints of Fuchsia #D74EB9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.32%

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

R = 44.98%
G = 16.32%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D74EB9 (or 0xD74EB9) is known color: Fuchsia. HEX triplet: D7, 4E and B9. RGB value is (215,78,185). Sum of RGB (Red+Green+Blue) = 215+78+185=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EB9 is #28B146. Grayscale: #828282. Windows color (decimal): -2666823 or 12144343. OLE color: 12144343.

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

Color convert

RGB 215 78 185 -
CMYK 0 0.64 0.14 0.16
HSL 313.14º 0.63% 0.57% -
HSV(B) 313.14º 0.64% 0.84% -
XYZ 39.51 23.4 48.33 -
YUV 131.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 215 78 185 0 0.64 0.14 0.16 313.14 0.63 0.57
Hex D7 4E B9 0 40 E 10 139 3F 39
Octal 327 116 271 0 100 16 20 471 77 71
Binary 11010111 1001110 10111001 0 1000000 1110 10000 100111001 111111 111001

Color Harmonies of #D74EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EB9

Black with #D74EB9

Text Example


Text Example

White with #D74EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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