Html Css Color HEX #D74DBF Fuchsia

📋 copy color: '#D74DBF'

red 215 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #D74DBF

Tints of Fuchsia #D74DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.54%

R = 44.51%
G = 15.94%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D74DBF (or 0xD74DBF) is known color: Fuchsia. HEX triplet: D7, 4D and BF. RGB value is (215,77,191). Sum of RGB (Red+Green+Blue) = 215+77+191=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DBF is #28B240. Grayscale: #828282. Windows color (decimal): -2667073 or 12537303. OLE color: 12537303.

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

Color convert

RGB 215 77 191 -
CMYK 0 0.64 0.11 0.16
HSL 310.43º 0.63% 0.57% -
HSV(B) 310.43º 0.64% 0.84% -
XYZ 40.08 23.52 51.72 -
YUV 131.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 215 77 191 0 0.64 0.11 0.16 310.43 0.63 0.57
Hex D7 4D BF 0 40 B 10 136 3F 39
Octal 327 115 277 0 100 13 20 466 77 71
Binary 11010111 1001101 10111111 0 1000000 1011 10000 100110110 111111 111001

Color Harmonies of #D74DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DBF

Black with #D74DBF

Text Example


Text Example

White with #D74DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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