Html Css Color HEX #D74DAE Fuchsia

📋 copy color: '#D74DAE'

red 215 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #D74DAE

Tints of Fuchsia #D74DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.52%

 BLUE value IS 174 (68.36% from 255) = 37.34%

R = 46.14%
G = 16.52%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D74DAE (or 0xD74DAE) is known color: Fuchsia. HEX triplet: D7, 4D and AE. RGB value is (215,77,174). Sum of RGB (Red+Green+Blue) = 215+77+174=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DAE is #28B251. Grayscale: #818181. Windows color (decimal): -2667090 or 11423191. OLE color: 11423191.

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

Color convert

RGB 215 77 174 -
CMYK 0 0.64 0.19 0.16
HSL 317.83º 0.63% 0.57% -
HSV(B) 317.83º 0.64% 0.84% -
XYZ 38.32 22.81 42.43 -
YUV 129.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 215 77 174 0 0.64 0.19 0.16 317.83 0.63 0.57
Hex D7 4D AE 0 40 13 10 13E 3F 39
Octal 327 115 256 0 100 23 20 476 77 71
Binary 11010111 1001101 10101110 0 1000000 10011 10000 100111110 111111 111001

Color Harmonies of #D74DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DAE

Black with #D74DAE

Text Example


Text Example

White with #D74DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DAE; }

 p { color: rgb(215,77,174); }

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

background-color css

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

 a { background-color: rgb(215,77,174); }

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

border-color css

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

 span { border-color: rgb(215,77,174); }

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