Html Css Color HEX #D657B0 Fuchsia

📋 copy color: '#D657B0'

red 214 ◦ green 87 ◦ blue 176

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

Shades of Fuchsia #D657B0

Tints of Fuchsia #D657B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 44.86%
G = 18.24%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D657B0 (or 0xD657B0) is known color: Fuchsia. HEX triplet: D6, 57 and B0. RGB value is (214,87,176). Sum of RGB (Red+Green+Blue) = 214+87+176=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D657B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D657B0 is #29A84F. Grayscale: #868686. Windows color (decimal): -2730064 or 11556822. OLE color: 11556822.

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

Color convert

RGB 214 87 176 -
CMYK 0 0.59 0.18 0.16
HSL 317.95º 0.61% 0.59% -
HSV(B) 317.95º 0.59% 0.84% -
XYZ 38.98 24.25 43.7 -
YUV 135.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 214 87 176 0 0.59 0.18 0.16 317.95 0.61 0.59
Hex D6 57 B0 0 3B 12 10 13E 3D 3B
Octal 326 127 260 0 73 22 20 476 75 73
Binary 11010110 1010111 10110000 0 111011 10010 10000 100111110 111101 111011

Color Harmonies of #D657B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D657B0

Black with #D657B0

Text Example


Text Example

White with #D657B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D657B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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