Html Css Color HEX #D659BB Fuchsia

📋 copy color: '#D659BB'

red 214 ◦ green 89 ◦ blue 187

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

Shades of Fuchsia #D659BB

Tints of Fuchsia #D659BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.16%

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

R = 43.67%
G = 18.16%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D659BB (or 0xD659BB) is known color: Fuchsia. HEX triplet: D6, 59 and BB. RGB value is (214,89,187). Sum of RGB (Red+Green+Blue) = 214+89+187=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D659BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659BB is #29A644. Grayscale: #898989. Windows color (decimal): -2729541 or 12278230. OLE color: 12278230.

HSL color Cylindrical-coordinate representation of color #D659BB: hue angle of 312.96º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D659BB is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 187 -
CMYK 0 0.58 0.13 0.16
HSL 312.96º 0.6% 0.59% -
HSV(B) 312.96º 0.58% 0.84% -
XYZ 40.27 25.03 49.72 -
YUV 137.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 214 89 187 0 0.58 0.13 0.16 312.96 0.6 0.59
Hex D6 59 BB 0 3A D 10 139 3C 3B
Octal 326 131 273 0 72 15 20 471 74 73
Binary 11010110 1011001 10111011 0 111010 1101 10000 100111001 111100 111011

Color Harmonies of #D659BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659BB

Black with #D659BB

Text Example


Text Example

White with #D659BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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