Html Css Color HEX #D654BB Fuchsia

📋 copy color: '#D654BB'

red 214 ◦ green 84 ◦ blue 187

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

Shades of Fuchsia #D654BB

Tints of Fuchsia #D654BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.32%

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

R = 44.12%
G = 17.32%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D654BB (or 0xD654BB) is known color: Fuchsia. HEX triplet: D6, 54 and BB. RGB value is (214,84,187). Sum of RGB (Red+Green+Blue) = 214+84+187=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D654BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654BB is #29AB44. Grayscale: #868686. Windows color (decimal): -2730821 or 12276950. OLE color: 12276950.

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

Color convert

RGB 214 84 187 -
CMYK 0 0.61 0.13 0.16
HSL 312.46º 0.61% 0.58% -
HSV(B) 312.46º 0.61% 0.84% -
XYZ 39.87 24.22 49.59 -
YUV 134.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 214 84 187 0 0.61 0.13 0.16 312.46 0.61 0.58
Hex D6 54 BB 0 3D D 10 138 3D 3A
Octal 326 124 273 0 75 15 20 470 75 72
Binary 11010110 1010100 10111011 0 111101 1101 10000 100111000 111101 111010

Color Harmonies of #D654BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D654BB

Black with #D654BB

Text Example


Text Example

White with #D654BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D654BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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