Html Css Color HEX #D74AC6 Fuchsia

📋 copy color: '#D74AC6'

red 215 ◦ green 74 ◦ blue 198

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

Shades of Fuchsia #D74AC6

Tints of Fuchsia #D74AC6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.2%

 BLUE value IS 198 (77.73% from 255) = 40.66%

R = 44.15%
G = 15.2%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D74AC6 (or 0xD74AC6) is known color: Fuchsia. HEX triplet: D7, 4A and C6. RGB value is (215,74,198). Sum of RGB (Red+Green+Blue) = 215+74+198=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AC6 is #28B539. Grayscale: #818181. Windows color (decimal): -2667834 or 12995287. OLE color: 12995287.

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

Color convert

RGB 215 74 198 -
CMYK 0 0.66 0.08 0.16
HSL 307.23º 0.64% 0.57% -
HSV(B) 307.23º 0.66% 0.84% -
XYZ 40.67 23.42 55.8 -
YUV 130.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 215 74 198 0 0.66 0.08 0.16 307.23 0.64 0.57
Hex D7 4A C6 0 42 8 10 133 40 39
Octal 327 112 306 0 102 10 20 463 100 71
Binary 11010111 1001010 11000110 0 1000010 1000 10000 100110011 1000000 111001

Color Harmonies of #D74AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AC6

Black with #D74AC6

Text Example


Text Example

White with #D74AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AC6; }

 p { color: rgb(215,74,198); }

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

background-color css

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

 a { background-color: rgb(215,74,198); }

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

border-color css

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

 span { border-color: rgb(215,74,198); }

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