Html Css Color HEX #D74AB5 Fuchsia

📋 copy color: '#D74AB5'

red 215 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #D74AB5

Tints of Fuchsia #D74AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.51%

R = 45.74%
G = 15.74%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D74AB5 (or 0xD74AB5) is known color: Fuchsia. HEX triplet: D7, 4A and B5. RGB value is (215,74,181). Sum of RGB (Red+Green+Blue) = 215+74+181=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AB5 is #28B54A. Grayscale: #808080. Windows color (decimal): -2667851 or 11881175. OLE color: 11881175.

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

Color convert

RGB 215 74 181 -
CMYK 0 0.66 0.16 0.16
HSL 314.47º 0.64% 0.57% -
HSV(B) 314.47º 0.66% 0.84% -
XYZ 38.81 22.68 46.05 -
YUV 128.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 215 74 181 0 0.66 0.16 0.16 314.47 0.64 0.57
Hex D7 4A B5 0 42 10 10 13A 40 39
Octal 327 112 265 0 102 20 20 472 100 71
Binary 11010111 1001010 10110101 0 1000010 10000 10000 100111010 1000000 111001

Color Harmonies of #D74AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AB5

Black with #D74AB5

Text Example


Text Example

White with #D74AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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