Html Css Color HEX #D74DC5 Fuchsia

📋 copy color: '#D74DC5'

red 215 ◦ green 77 ◦ blue 197

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

Shades of Fuchsia #D74DC5

Tints of Fuchsia #D74DC5

RGB

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

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

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

R = 43.97%
G = 15.75%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D74DC5 (or 0xD74DC5) is known color: Fuchsia. HEX triplet: D7, 4D and C5. RGB value is (215,77,197). Sum of RGB (Red+Green+Blue) = 215+77+197=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DC5 is #28B23A. Grayscale: #838383. Windows color (decimal): -2667067 or 12930519. OLE color: 12930519.

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

Color convert

RGB 215 77 197 -
CMYK 0 0.64 0.08 0.16
HSL 307.83º 0.63% 0.57% -
HSV(B) 307.83º 0.64% 0.84% -
XYZ 40.76 23.79 55.27 -
YUV 131.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 215 77 197 0 0.64 0.08 0.16 307.83 0.63 0.57
Hex D7 4D C5 0 40 8 10 134 3F 39
Octal 327 115 305 0 100 10 20 464 77 71
Binary 11010111 1001101 11000101 0 1000000 1000 10000 100110100 111111 111001

Color Harmonies of #D74DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DC5

Black with #D74DC5

Text Example


Text Example

White with #D74DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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