Html Css Color HEX #D657C0 Fuchsia

📋 copy color: '#D657C0'

red 214 ◦ green 87 ◦ blue 192

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

Shades of Fuchsia #D657C0

Tints of Fuchsia #D657C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 43.41%
G = 17.65%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D657C0 (or 0xD657C0) is known color: Fuchsia. HEX triplet: D6, 57 and C0. RGB value is (214,87,192). Sum of RGB (Red+Green+Blue) = 214+87+192=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D657C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D657C0 is #29A83F. Grayscale: #888888. Windows color (decimal): -2730048 or 12605398. OLE color: 12605398.

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

Color convert

RGB 214 87 192 -
CMYK 0 0.59 0.10 0.16
HSL 310.39º 0.61% 0.59% -
HSV(B) 310.39º 0.59% 0.84% -
XYZ 40.65 24.92 52.54 -
YUV 136.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 214 87 192 0 0.59 0.10 0.16 310.39 0.61 0.59
Hex D6 57 C0 0 3B A 10 136 3D 3B
Octal 326 127 300 0 73 12 20 466 75 73
Binary 11010110 1010111 11000000 0 111011 1010 10000 100110110 111101 111011

Color Harmonies of #D657C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D657C0

Black with #D657C0

Text Example


Text Example

White with #D657C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D657C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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