Html Css Color HEX #D655B9 Fuchsia

📋 copy color: '#D655B9'

red 214 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #D655B9

Tints of Fuchsia #D655B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 44.21%
G = 17.56%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D655B9 (or 0xD655B9) is known color: Fuchsia. HEX triplet: D6, 55 and B9. RGB value is (214,85,185). Sum of RGB (Red+Green+Blue) = 214+85+185=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D655B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655B9 is #29AA46. Grayscale: #868686. Windows color (decimal): -2730567 or 12146134. OLE color: 12146134.

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

Color convert

RGB 214 85 185 -
CMYK 0 0.60 0.14 0.16
HSL 313.49º 0.61% 0.59% -
HSV(B) 313.49º 0.6% 0.84% -
XYZ 39.74 24.3 48.49 -
YUV 134.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 214 85 185 0 0.60 0.14 0.16 313.49 0.61 0.59
Hex D6 55 B9 0 3C E 10 139 3D 3B
Octal 326 125 271 0 74 16 20 471 75 73
Binary 11010110 1010101 10111001 0 111100 1110 10000 100111001 111101 111011

Color Harmonies of #D655B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655B9

Black with #D655B9

Text Example


Text Example

White with #D655B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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