Html Css Color HEX #D74DB0 Fuchsia

📋 copy color: '#D74DB0'

red 215 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #D74DB0

Tints of Fuchsia #D74DB0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.45%

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 45.94%
G = 16.45%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D74DB0 (or 0xD74DB0) is known color: Fuchsia. HEX triplet: D7, 4D and B0. RGB value is (215,77,176). Sum of RGB (Red+Green+Blue) = 215+77+176=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DB0 is #28B24F. Grayscale: #818181. Windows color (decimal): -2667088 or 11554263. OLE color: 11554263.

HSL color Cylindrical-coordinate representation of color #D74DB0: hue angle of 316.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74DB0 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 176 -
CMYK 0 0.64 0.18 0.16
HSL 316.96º 0.63% 0.57% -
HSV(B) 316.96º 0.64% 0.84% -
XYZ 38.51 22.89 43.46 -
YUV 129.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 215 77 176 0 0.64 0.18 0.16 316.96 0.63 0.57
Hex D7 4D B0 0 40 12 10 13D 3F 39
Octal 327 115 260 0 100 22 20 475 77 71
Binary 11010111 1001101 10110000 0 1000000 10010 10000 100111101 111111 111001

Color Harmonies of #D74DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DB0

Black with #D74DB0

Text Example


Text Example

White with #D74DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DB0; }

 p { color: rgb(215,77,176); }

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

background-color css

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

 a { background-color: rgb(215,77,176); }

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

border-color css

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

 span { border-color: rgb(215,77,176); }

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