Html Css Color HEX #D655B1 Fuchsia

📋 copy color: '#D655B1'

red 214 ◦ green 85 ◦ blue 177

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

Shades of Fuchsia #D655B1

Tints of Fuchsia #D655B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 44.96%
G = 17.86%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D655B1 (or 0xD655B1) is known color: Fuchsia. HEX triplet: D6, 55 and B1. RGB value is (214,85,177). Sum of RGB (Red+Green+Blue) = 214+85+177=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D655B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655B1 is #29AA4E. Grayscale: #858585. Windows color (decimal): -2730575 or 11621846. OLE color: 11621846.

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

Color convert

RGB 214 85 177 -
CMYK 0 0.60 0.17 0.16
HSL 317.21º 0.61% 0.59% -
HSV(B) 317.21º 0.6% 0.84% -
XYZ 38.92 23.97 44.17 -
YUV 134.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 214 85 177 0 0.60 0.17 0.16 317.21 0.61 0.59
Hex D6 55 B1 0 3C 11 10 13D 3D 3B
Octal 326 125 261 0 74 21 20 475 75 73
Binary 11010110 1010101 10110001 0 111100 10001 10000 100111101 111101 111011

Color Harmonies of #D655B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655B1

Black with #D655B1

Text Example


Text Example

White with #D655B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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