Html Css Color HEX #D74DB3 Fuchsia

📋 copy color: '#D74DB3'

red 215 ◦ green 77 ◦ blue 179

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

Shades of Fuchsia #D74DB3

Tints of Fuchsia #D74DB3

RGB

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

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

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

R = 45.65%
G = 16.35%
B = 38%

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

#D74DB3 (or 0xD74DB3) is known color: Fuchsia. HEX triplet: D7, 4D and B3. RGB value is (215,77,179). Sum of RGB (Red+Green+Blue) = 215+77+179=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DB3 is #28B24C. Grayscale: #818181. Windows color (decimal): -2667085 or 11750871. OLE color: 11750871.

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

Color convert

RGB 215 77 179 -
CMYK 0 0.64 0.17 0.16
HSL 315.65º 0.63% 0.57% -
HSV(B) 315.65º 0.64% 0.84% -
XYZ 38.81 23.01 45.04 -
YUV 129.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 215 77 179 0 0.64 0.17 0.16 315.65 0.63 0.57
Hex D7 4D B3 0 40 11 10 13C 3F 39
Octal 327 115 263 0 100 21 20 474 77 71
Binary 11010111 1001101 10110011 0 1000000 10001 10000 100111100 111111 111001

Color Harmonies of #D74DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DB3

Black with #D74DB3

Text Example


Text Example

White with #D74DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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