Html Css Color HEX #D657B9 Fuchsia

📋 copy color: '#D657B9'

red 214 ◦ green 87 ◦ blue 185

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

Shades of Fuchsia #D657B9

Tints of Fuchsia #D657B9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.9%

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

R = 44.03%
G = 17.9%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D657B9 (or 0xD657B9) is known color: Fuchsia. HEX triplet: D6, 57 and B9. RGB value is (214,87,185). Sum of RGB (Red+Green+Blue) = 214+87+185=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D657B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D657B9 is #29A846. Grayscale: #878787. Windows color (decimal): -2730055 or 12146646. OLE color: 12146646.

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

Color convert

RGB 214 87 185 -
CMYK 0 0.59 0.14 0.16
HSL 313.7º 0.61% 0.59% -
HSV(B) 313.7º 0.59% 0.84% -
XYZ 39.9 24.62 48.55 -
YUV 136.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 214 87 185 0 0.59 0.14 0.16 313.7 0.61 0.59
Hex D6 57 B9 0 3B E 10 13A 3D 3B
Octal 326 127 271 0 73 16 20 472 75 73
Binary 11010110 1010111 10111001 0 111011 1110 10000 100111010 111101 111011

Color Harmonies of #D657B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D657B9

Black with #D657B9

Text Example


Text Example

White with #D657B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D657B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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