Html Css Color HEX #D74AC3 Fuchsia

📋 copy color: '#D74AC3'

red 215 ◦ green 74 ◦ blue 195

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

Shades of Fuchsia #D74AC3

Tints of Fuchsia #D74AC3

RGB

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

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

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

R = 44.42%
G = 15.29%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D74AC3 (or 0xD74AC3) is known color: Fuchsia. HEX triplet: D7, 4A and C3. RGB value is (215,74,195). Sum of RGB (Red+Green+Blue) = 215+74+195=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AC3 is #28B53C. Grayscale: #818181. Windows color (decimal): -2667837 or 12798679. OLE color: 12798679.

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

Color convert

RGB 215 74 195 -
CMYK 0 0.66 0.09 0.16
HSL 308.51º 0.64% 0.57% -
HSV(B) 308.51º 0.66% 0.84% -
XYZ 40.32 23.28 54 -
YUV 129.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 215 74 195 0 0.66 0.09 0.16 308.51 0.64 0.57
Hex D7 4A C3 0 42 9 10 135 40 39
Octal 327 112 303 0 102 11 20 465 100 71
Binary 11010111 1001010 11000011 0 1000010 1001 10000 100110101 1000000 111001

Color Harmonies of #D74AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AC3

Black with #D74AC3

Text Example


Text Example

White with #D74AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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