Html Css Color HEX #D655BB Fuchsia

📋 copy color: '#D655BB'

red 214 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #D655BB

Tints of Fuchsia #D655BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.49%

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

R = 44.03%
G = 17.49%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D655BB (or 0xD655BB) is known color: Fuchsia. HEX triplet: D6, 55 and BB. RGB value is (214,85,187). Sum of RGB (Red+Green+Blue) = 214+85+187=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D655BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655BB is #29AA44. Grayscale: #868686. Windows color (decimal): -2730565 or 12277206. OLE color: 12277206.

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

Color convert

RGB 214 85 187 -
CMYK 0 0.60 0.13 0.16
HSL 312.56º 0.61% 0.59% -
HSV(B) 312.56º 0.6% 0.84% -
XYZ 39.95 24.38 49.61 -
YUV 135.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 214 85 187 0 0.60 0.13 0.16 312.56 0.61 0.59
Hex D6 55 BB 0 3C D 10 139 3D 3B
Octal 326 125 273 0 74 15 20 471 75 73
Binary 11010110 1010101 10111011 0 111100 1101 10000 100111001 111101 111011

Color Harmonies of #D655BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655BB

Black with #D655BB

Text Example


Text Example

White with #D655BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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