Html Css Color HEX #D74FB2 Fuchsia

📋 copy color: '#D74FB2'

red 215 ◦ green 79 ◦ blue 178

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

Shades of Fuchsia #D74FB2

Tints of Fuchsia #D74FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 45.55%
G = 16.74%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D74FB2 (or 0xD74FB2) is known color: Fuchsia. HEX triplet: D7, 4F and B2. RGB value is (215,79,178). Sum of RGB (Red+Green+Blue) = 215+79+178=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74FB2 is #28B04D. Grayscale: #828282. Windows color (decimal): -2666574 or 11685847. OLE color: 11685847.

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

Color convert

RGB 215 79 178 -
CMYK 0 0.63 0.17 0.16
HSL 316.32º 0.63% 0.58% -
HSV(B) 316.32º 0.63% 0.84% -
XYZ 38.86 23.25 44.56 -
YUV 130.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 215 79 178 0 0.63 0.17 0.16 316.32 0.63 0.58
Hex D7 4F B2 0 3F 11 10 13C 3F 3A
Octal 327 117 262 0 77 21 20 474 77 72
Binary 11010111 1001111 10110010 0 111111 10001 10000 100111100 111111 111010

Color Harmonies of #D74FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FB2

Black with #D74FB2

Text Example


Text Example

White with #D74FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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