Html Css Color HEX #D641BB Fuchsia

📋 copy color: '#D641BB'

red 214 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #D641BB

Tints of Fuchsia #D641BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 45.92%
G = 13.95%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D641BB (or 0xD641BB) is known color: Fuchsia. HEX triplet: D6, 41 and BB. RGB value is (214,65,187). Sum of RGB (Red+Green+Blue) = 214+65+187=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D641BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641BB is #29BE44. Grayscale: #7B7B7B. Windows color (decimal): -2735685 or 12272086. OLE color: 12272086.

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

Color convert

RGB 214 65 187 -
CMYK 0 0.70 0.13 0.16
HSL 310.87º 0.65% 0.55% -
HSV(B) 310.87º 0.7% 0.84% -
XYZ 38.59 21.66 49.16 -
YUV 123.46 163.86 192.58 -
System Red Green Blue C M Y K H S L
Decimal 214 65 187 0 0.70 0.13 0.16 310.87 0.65 0.55
Hex D6 41 BB 0 46 D 10 137 41 37
Octal 326 101 273 0 106 15 20 467 101 67
Binary 11010110 1000001 10111011 0 1000110 1101 10000 100110111 1000001 110111

Color Harmonies of #D641BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641BB

Black with #D641BB

Text Example


Text Example

White with #D641BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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