Html Css Color HEX #D74AC5 Fuchsia

📋 copy color: '#D74AC5'

red 215 ◦ green 74 ◦ blue 197

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

Shades of Fuchsia #D74AC5

Tints of Fuchsia #D74AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 44.24%
G = 15.23%
B = 40.53%

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

#D74AC5 (or 0xD74AC5) is known color: Fuchsia. HEX triplet: D7, 4A and C5. RGB value is (215,74,197). Sum of RGB (Red+Green+Blue) = 215+74+197=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AC5 is #28B53A. Grayscale: #818181. Windows color (decimal): -2667835 or 12929751. OLE color: 12929751.

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

Color convert

RGB 215 74 197 -
CMYK 0 0.66 0.08 0.16
HSL 307.66º 0.64% 0.57% -
HSV(B) 307.66º 0.66% 0.84% -
XYZ 40.55 23.38 55.2 -
YUV 130.18 165.71 188.5 -
System Red Green Blue C M Y K H S L
Decimal 215 74 197 0 0.66 0.08 0.16 307.66 0.64 0.57
Hex D7 4A C5 0 42 8 10 134 40 39
Octal 327 112 305 0 102 10 20 464 100 71
Binary 11010111 1001010 11000101 0 1000010 1000 10000 100110100 1000000 111001

Color Harmonies of #D74AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AC5

Black with #D74AC5

Text Example


Text Example

White with #D74AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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