Html Css Color HEX #D74FB4 Fuchsia

📋 copy color: '#D74FB4'

red 215 ◦ green 79 ◦ blue 180

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

Shades of Fuchsia #D74FB4

Tints of Fuchsia #D74FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.67%

 BLUE value IS 180 (70.7% from 255) = 37.97%

R = 45.36%
G = 16.67%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D74FB4 (or 0xD74FB4) is known color: Fuchsia. HEX triplet: D7, 4F and B4. RGB value is (215,79,180). Sum of RGB (Red+Green+Blue) = 215+79+180=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FB4 is #28B04B. Grayscale: #828282. Windows color (decimal): -2666572 or 11816919. OLE color: 11816919.

HSL color Cylindrical-coordinate representation of color #D74FB4: hue angle of 315.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74FB4 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 79 180 -
CMYK 0 0.63 0.16 0.16
HSL 315.44º 0.63% 0.58% -
HSV(B) 315.44º 0.63% 0.84% -
XYZ 39.06 23.33 45.63 -
YUV 131.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 215 79 180 0 0.63 0.16 0.16 315.44 0.63 0.58
Hex D7 4F B4 0 3F 10 10 13B 3F 3A
Octal 327 117 264 0 77 20 20 473 77 72
Binary 11010111 1001111 10110100 0 111111 10000 10000 100111011 111111 111010

Color Harmonies of #D74FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FB4

Black with #D74FB4

Text Example


Text Example

White with #D74FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FB4; }

 p { color: rgb(215,79,180); }

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

background-color css

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

 a { background-color: rgb(215,79,180); }

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

border-color css

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

 span { border-color: rgb(215,79,180); }

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