Html Css Color HEX #D74DBA Fuchsia

📋 copy color: '#D74DBA'

red 215 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #D74DBA

Tints of Fuchsia #D74DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 44.98%
G = 16.11%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D74DBA (or 0xD74DBA) is known color: Fuchsia. HEX triplet: D7, 4D and BA. RGB value is (215,77,186). Sum of RGB (Red+Green+Blue) = 215+77+186=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DBA is #28B245. Grayscale: #828282. Windows color (decimal): -2667078 or 12209623. OLE color: 12209623.

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

Color convert

RGB 215 77 186 -
CMYK 0 0.64 0.13 0.16
HSL 312.61º 0.63% 0.57% -
HSV(B) 312.61º 0.64% 0.84% -
XYZ 39.54 23.3 48.87 -
YUV 130.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 215 77 186 0 0.64 0.13 0.16 312.61 0.63 0.57
Hex D7 4D BA 0 40 D 10 139 3F 39
Octal 327 115 272 0 100 15 20 471 77 71
Binary 11010111 1001101 10111010 0 1000000 1101 10000 100111001 111111 111001

Color Harmonies of #D74DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DBA

Black with #D74DBA

Text Example


Text Example

White with #D74DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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