Html Css Color HEX #D74CB1 Fuchsia

📋 copy color: '#D74CB1'

red 215 ◦ green 76 ◦ blue 177

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

Shades of Fuchsia #D74CB1

Tints of Fuchsia #D74CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.24%

 BLUE value IS 177 (69.53% from 255) = 37.82%

R = 45.94%
G = 16.24%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D74CB1 (or 0xD74CB1) is known color: Fuchsia. HEX triplet: D7, 4C and B1. RGB value is (215,76,177). Sum of RGB (Red+Green+Blue) = 215+76+177=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74CB1 is #28B34E. Grayscale: #808080. Windows color (decimal): -2667343 or 11619543. OLE color: 11619543.

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

Color convert

RGB 215 76 177 -
CMYK 0 0.65 0.18 0.16
HSL 316.4º 0.63% 0.57% -
HSV(B) 316.4º 0.65% 0.84% -
XYZ 38.54 22.79 43.96 -
YUV 129.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 215 76 177 0 0.65 0.18 0.16 316.4 0.63 0.57
Hex D7 4C B1 0 41 12 10 13C 3F 39
Octal 327 114 261 0 101 22 20 474 77 71
Binary 11010111 1001100 10110001 0 1000001 10010 10000 100111100 111111 111001

Color Harmonies of #D74CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CB1

Black with #D74CB1

Text Example


Text Example

White with #D74CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CB1; }

 p { color: rgb(215,76,177); }

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

background-color css

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

 a { background-color: rgb(215,76,177); }

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

border-color css

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

 span { border-color: rgb(215,76,177); }

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