Html Css Color HEX #D74AB7 Fuchsia

📋 copy color: '#D74AB7'

red 215 ◦ green 74 ◦ blue 183

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

Shades of Fuchsia #D74AB7

Tints of Fuchsia #D74AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 45.55%
G = 15.68%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D74AB7 (or 0xD74AB7) is known color: Fuchsia. HEX triplet: D7, 4A and B7. RGB value is (215,74,183). Sum of RGB (Red+Green+Blue) = 215+74+183=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AB7 is #28B548. Grayscale: #808080. Windows color (decimal): -2667849 or 12012247. OLE color: 12012247.

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

Color convert

RGB 215 74 183 -
CMYK 0 0.66 0.15 0.16
HSL 313.62º 0.64% 0.57% -
HSV(B) 313.62º 0.66% 0.84% -
XYZ 39.02 22.76 47.14 -
YUV 128.59 158.71 189.64 -
System Red Green Blue C M Y K H S L
Decimal 215 74 183 0 0.66 0.15 0.16 313.62 0.64 0.57
Hex D7 4A B7 0 42 F 10 13A 40 39
Octal 327 112 267 0 102 17 20 472 100 71
Binary 11010111 1001010 10110111 0 1000010 1111 10000 100111010 1000000 111001

Color Harmonies of #D74AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AB7

Black with #D74AB7

Text Example


Text Example

White with #D74AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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