Html Css Color HEX #D74AC0 Fuchsia

📋 copy color: '#D74AC0'

red 215 ◦ green 74 ◦ blue 192

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

Shades of Fuchsia #D74AC0

Tints of Fuchsia #D74AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 44.7%
G = 15.38%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D74AC0 (or 0xD74AC0) is known color: Fuchsia. HEX triplet: D7, 4A and C0. RGB value is (215,74,192). Sum of RGB (Red+Green+Blue) = 215+74+192=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AC0 is #28B53F. Grayscale: #818181. Windows color (decimal): -2667840 or 12602071. OLE color: 12602071.

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

Color convert

RGB 215 74 192 -
CMYK 0 0.66 0.11 0.16
HSL 309.79º 0.64% 0.57% -
HSV(B) 309.79º 0.66% 0.84% -
XYZ 39.99 23.15 52.23 -
YUV 129.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 215 74 192 0 0.66 0.11 0.16 309.79 0.64 0.57
Hex D7 4A C0 0 42 B 10 136 40 39
Octal 327 112 300 0 102 13 20 466 100 71
Binary 11010111 1001010 11000000 0 1000010 1011 10000 100110110 1000000 111001

Color Harmonies of #D74AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AC0

Black with #D74AC0

Text Example


Text Example

White with #D74AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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