Html Css Color HEX #D74EB3 Fuchsia

📋 copy color: '#D74EB3'

red 215 ◦ green 78 ◦ blue 179

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

Shades of Fuchsia #D74EB3

Tints of Fuchsia #D74EB3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.53%

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 45.55%
G = 16.53%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D74EB3 (or 0xD74EB3) is known color: Fuchsia. HEX triplet: D7, 4E and B3. RGB value is (215,78,179). Sum of RGB (Red+Green+Blue) = 215+78+179=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EB3 is #28B14C. Grayscale: #828282. Windows color (decimal): -2666829 or 11751127. OLE color: 11751127.

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

Color convert

RGB 215 78 179 -
CMYK 0 0.64 0.17 0.16
HSL 315.77º 0.63% 0.57% -
HSV(B) 315.77º 0.64% 0.84% -
XYZ 38.89 23.15 45.07 -
YUV 130.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 215 78 179 0 0.64 0.17 0.16 315.77 0.63 0.57
Hex D7 4E B3 0 40 11 10 13C 3F 39
Octal 327 116 263 0 100 21 20 474 77 71
Binary 11010111 1001110 10110011 0 1000000 10001 10000 100111100 111111 111001

Color Harmonies of #D74EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EB3

Black with #D74EB3

Text Example


Text Example

White with #D74EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EB3; }

 p { color: rgb(215,78,179); }

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

background-color css

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

 a { background-color: rgb(215,78,179); }

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

border-color css

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

 span { border-color: rgb(215,78,179); }

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