Html Css Color HEX #D74AB2 Fuchsia

📋 copy color: '#D74AB2'

red 215 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #D74AB2

Tints of Fuchsia #D74AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 46.04%
G = 15.85%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D74AB2 (or 0xD74AB2) is known color: Fuchsia. HEX triplet: D7, 4A and B2. RGB value is (215,74,178). Sum of RGB (Red+Green+Blue) = 215+74+178=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AB2 is #28B54D. Grayscale: #7F7F7F. Windows color (decimal): -2667854 or 11684567. OLE color: 11684567.

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

Color convert

RGB 215 74 178 -
CMYK 0 0.66 0.17 0.16
HSL 315.74º 0.64% 0.57% -
HSV(B) 315.74º 0.66% 0.84% -
XYZ 38.51 22.56 44.44 -
YUV 128.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 215 74 178 0 0.66 0.17 0.16 315.74 0.64 0.57
Hex D7 4A B2 0 42 11 10 13C 40 39
Octal 327 112 262 0 102 21 20 474 100 71
Binary 11010111 1001010 10110010 0 1000010 10001 10000 100111100 1000000 111001

Color Harmonies of #D74AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AB2

Black with #D74AB2

Text Example


Text Example

White with #D74AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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