Html Css Color HEX #D641B6 Fuchsia

📋 copy color: '#D641B6'

red 214 ◦ green 65 ◦ blue 182

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

Shades of Fuchsia #D641B6

Tints of Fuchsia #D641B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.48%

R = 46.42%
G = 14.1%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D641B6 (or 0xD641B6) is known color: Fuchsia. HEX triplet: D6, 41 and B6. RGB value is (214,65,182). Sum of RGB (Red+Green+Blue) = 214+65+182=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D641B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641B6 is #29BE49. Grayscale: #7A7A7A. Windows color (decimal): -2735690 or 11944406. OLE color: 11944406.

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

Color convert

RGB 214 65 182 -
CMYK 0 0.70 0.15 0.16
HSL 312.89º 0.65% 0.55% -
HSV(B) 312.89º 0.7% 0.84% -
XYZ 38.07 21.45 46.39 -
YUV 122.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 214 65 182 0 0.70 0.15 0.16 312.89 0.65 0.55
Hex D6 41 B6 0 46 F 10 139 41 37
Octal 326 101 266 0 106 17 20 471 101 67
Binary 11010110 1000001 10110110 0 1000110 1111 10000 100111001 1000001 110111

Color Harmonies of #D641B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641B6

Black with #D641B6

Text Example


Text Example

White with #D641B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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