Html Css Color HEX #D74AB8 Fuchsia

📋 copy color: '#D74AB8'

red 215 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #D74AB8

Tints of Fuchsia #D74AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 45.45%
G = 15.64%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D74AB8 (or 0xD74AB8) is known color: Fuchsia. HEX triplet: D7, 4A and B8. RGB value is (215,74,184). Sum of RGB (Red+Green+Blue) = 215+74+184=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AB8 is #28B547. Grayscale: #808080. Windows color (decimal): -2667848 or 12077783. OLE color: 12077783.

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

Color convert

RGB 215 74 184 -
CMYK 0 0.66 0.14 0.16
HSL 313.19º 0.64% 0.57% -
HSV(B) 313.19º 0.66% 0.84% -
XYZ 39.12 22.81 47.69 -
YUV 128.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 215 74 184 0 0.66 0.14 0.16 313.19 0.64 0.57
Hex D7 4A B8 0 42 E 10 139 40 39
Octal 327 112 270 0 102 16 20 471 100 71
Binary 11010111 1001010 10111000 0 1000010 1110 10000 100111001 1000000 111001

Color Harmonies of #D74AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AB8

Black with #D74AB8

Text Example


Text Example

White with #D74AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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