Html Css Color HEX #D74ABA Fuchsia

📋 copy color: '#D74ABA'

red 215 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #D74ABA

Tints of Fuchsia #D74ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 45.26%
G = 15.58%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D74ABA (or 0xD74ABA) is known color: Fuchsia. HEX triplet: D7, 4A and BA. RGB value is (215,74,186). Sum of RGB (Red+Green+Blue) = 215+74+186=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ABA is #28B545. Grayscale: #808080. Windows color (decimal): -2667846 or 12208855. OLE color: 12208855.

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

Color convert

RGB 215 74 186 -
CMYK 0 0.66 0.13 0.16
HSL 312.34º 0.64% 0.57% -
HSV(B) 312.34º 0.66% 0.84% -
XYZ 39.34 22.89 48.8 -
YUV 128.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 215 74 186 0 0.66 0.13 0.16 312.34 0.64 0.57
Hex D7 4A BA 0 42 D 10 138 40 39
Octal 327 112 272 0 102 15 20 470 100 71
Binary 11010111 1001010 10111010 0 1000010 1101 10000 100111000 1000000 111001

Color Harmonies of #D74ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74ABA

Black with #D74ABA

Text Example


Text Example

White with #D74ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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