Html Css Color HEX #D641B1 Fuchsia

📋 copy color: '#D641B1'

red 214 ◦ green 65 ◦ blue 177

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

Shades of Fuchsia #D641B1

Tints of Fuchsia #D641B1

RGB

 RED value IS 214 (83.98% from 255) = 46.93%

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

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

R = 46.93%
G = 14.25%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D641B1 (or 0xD641B1) is known color: Fuchsia. HEX triplet: D6, 41 and B1. RGB value is (214,65,177). Sum of RGB (Red+Green+Blue) = 214+65+177=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D641B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D641B1 is #29BE4E. Grayscale: #7A7A7A. Windows color (decimal): -2735695 or 11616726. OLE color: 11616726.

HSL color Cylindrical-coordinate representation of color #D641B1: hue angle of 314.9º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641B1 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 177 -
CMYK 0 0.70 0.17 0.16
HSL 314.9º 0.65% 0.55% -
HSV(B) 314.9º 0.7% 0.84% -
XYZ 37.56 21.25 43.72 -
YUV 122.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 214 65 177 0 0.70 0.17 0.16 314.9 0.65 0.55
Hex D6 41 B1 0 46 11 10 13B 41 37
Octal 326 101 261 0 106 21 20 473 101 67
Binary 11010110 1000001 10110001 0 1000110 10001 10000 100111011 1000001 110111

Color Harmonies of #D641B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641B1

Black with #D641B1

Text Example


Text Example

White with #D641B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641B1; }

 p { color: rgb(214,65,177); }

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

background-color css

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

 a { background-color: rgb(214,65,177); }

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

border-color css

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

 span { border-color: rgb(214,65,177); }

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