Html Css Color HEX #D941B0 Fuchsia

📋 copy color: '#D941B0'

red 217 ◦ green 65 ◦ blue 176

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

Shades of Fuchsia #D941B0

Tints of Fuchsia #D941B0

RGB

 RED value IS 217 (85.16% from 255) = 47.38%

 GREEN value IS 65 (25.78% from 255) = 14.19%

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 47.38%
G = 14.19%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D941B0 (or 0xD941B0) is known color: Fuchsia. HEX triplet: D9, 41 and B0. RGB value is (217,65,176). Sum of RGB (Red+Green+Blue) = 217+65+176=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D941B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D941B0 is #26BE4F. Grayscale: #7A7A7A. Windows color (decimal): -2539088 or 11551193. OLE color: 11551193.

HSL color Cylindrical-coordinate representation of color #D941B0: hue angle of 316.18º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D941B0 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 176 -
CMYK 0 0.70 0.19 0.15
HSL 316.18º 0.67% 0.55% -
HSV(B) 316.18º 0.7% 0.85% -
XYZ 38.34 21.67 43.24 -
YUV 123.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 217 65 176 0 0.70 0.19 0.15 316.18 0.67 0.55
Hex D9 41 B0 0 46 13 F 13C 43 37
Octal 331 101 260 0 106 23 17 474 103 67
Binary 11011001 1000001 10110000 0 1000110 10011 1111 100111100 1000011 110111

Color Harmonies of #D941B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D941B0

Black with #D941B0

Text Example


Text Example

White with #D941B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D941B0; }

 p { color: rgb(217,65,176); }

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

background-color css

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

 a { background-color: rgb(217,65,176); }

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

border-color css

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

 span { border-color: rgb(217,65,176); }

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