Html Css Color HEX #D74FC5 Fuchsia

📋 copy color: '#D74FC5'

red 215 ◦ green 79 ◦ blue 197

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

Shades of Fuchsia #D74FC5

Tints of Fuchsia #D74FC5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.09%

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

R = 43.79%
G = 16.09%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D74FC5 (or 0xD74FC5) is known color: Fuchsia. HEX triplet: D7, 4F and C5. RGB value is (215,79,197). Sum of RGB (Red+Green+Blue) = 215+79+197=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FC5 is #28B03A. Grayscale: #848484. Windows color (decimal): -2666555 or 12931031. OLE color: 12931031.

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

Color convert

RGB 215 79 197 -
CMYK 0 0.63 0.08 0.16
HSL 307.94º 0.63% 0.58% -
HSV(B) 307.94º 0.63% 0.84% -
XYZ 40.9 24.07 55.31 -
YUV 133.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 215 79 197 0 0.63 0.08 0.16 307.94 0.63 0.58
Hex D7 4F C5 0 3F 8 10 134 3F 3A
Octal 327 117 305 0 77 10 20 464 77 72
Binary 11010111 1001111 11000101 0 111111 1000 10000 100110100 111111 111010

Color Harmonies of #D74FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FC5

Black with #D74FC5

Text Example


Text Example

White with #D74FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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