Html Css Color HEX #D74DB8 Fuchsia

📋 copy color: '#D74DB8'

red 215 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #D74DB8

Tints of Fuchsia #D74DB8

RGB

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

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

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

R = 45.17%
G = 16.18%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D74DB8 (or 0xD74DB8) is known color: Fuchsia. HEX triplet: D7, 4D and B8. RGB value is (215,77,184). Sum of RGB (Red+Green+Blue) = 215+77+184=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DB8 is #28B247. Grayscale: #828282. Windows color (decimal): -2667080 or 12078551. OLE color: 12078551.

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

Color convert

RGB 215 77 184 -
CMYK 0 0.64 0.14 0.16
HSL 313.48º 0.63% 0.57% -
HSV(B) 313.48º 0.64% 0.84% -
XYZ 39.33 23.22 47.76 -
YUV 130.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 215 77 184 0 0.64 0.14 0.16 313.48 0.63 0.57
Hex D7 4D B8 0 40 E 10 139 3F 39
Octal 327 115 270 0 100 16 20 471 77 71
Binary 11010111 1001101 10111000 0 1000000 1110 10000 100111001 111111 111001

Color Harmonies of #D74DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DB8

Black with #D74DB8

Text Example


Text Example

White with #D74DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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