Html Css Color HEX #D74EC3 Fuchsia

📋 copy color: '#D74EC3'

red 215 ◦ green 78 ◦ blue 195

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

Shades of Fuchsia #D74EC3

Tints of Fuchsia #D74EC3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.98%

 BLUE value IS 195 (76.56% from 255) = 39.96%

R = 44.06%
G = 15.98%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D74EC3 (or 0xD74EC3) is known color: Fuchsia. HEX triplet: D7, 4E and C3. RGB value is (215,78,195). Sum of RGB (Red+Green+Blue) = 215+78+195=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EC3 is #28B13C. Grayscale: #838383. Windows color (decimal): -2666813 or 12799703. OLE color: 12799703.

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

Color convert

RGB 215 78 195 -
CMYK 0 0.64 0.09 0.16
HSL 308.76º 0.63% 0.57% -
HSV(B) 308.76º 0.64% 0.84% -
XYZ 40.6 23.84 54.09 -
YUV 132.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 215 78 195 0 0.64 0.09 0.16 308.76 0.63 0.57
Hex D7 4E C3 0 40 9 10 135 3F 39
Octal 327 116 303 0 100 11 20 465 77 71
Binary 11010111 1001110 11000011 0 1000000 1001 10000 100110101 111111 111001

Color Harmonies of #D74EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EC3

Black with #D74EC3

Text Example


Text Example

White with #D74EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EC3; }

 p { color: rgb(215,78,195); }

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

background-color css

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

 a { background-color: rgb(215,78,195); }

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

border-color css

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

 span { border-color: rgb(215,78,195); }

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