Html Css Color HEX #D657C4 Fuchsia

📋 copy color: '#D657C4'

red 214 ◦ green 87 ◦ blue 196

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

Shades of Fuchsia #D657C4

Tints of Fuchsia #D657C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.44%

R = 43.06%
G = 17.51%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D657C4 (or 0xD657C4) is known color: Fuchsia. HEX triplet: D6, 57 and C4. RGB value is (214,87,196). Sum of RGB (Red+Green+Blue) = 214+87+196=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D657C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D657C4 is #29A83B. Grayscale: #898989. Windows color (decimal): -2730044 or 12867542. OLE color: 12867542.

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

Color convert

RGB 214 87 196 -
CMYK 0 0.59 0.08 0.16
HSL 308.5º 0.61% 0.59% -
HSV(B) 308.5º 0.59% 0.84% -
XYZ 41.1 25.1 54.9 -
YUV 137.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 214 87 196 0 0.59 0.08 0.16 308.5 0.61 0.59
Hex D6 57 C4 0 3B 8 10 135 3D 3B
Octal 326 127 304 0 73 10 20 465 75 73
Binary 11010110 1010111 11000100 0 111011 1000 10000 100110101 111101 111011

Color Harmonies of #D657C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D657C4

Black with #D657C4

Text Example


Text Example

White with #D657C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D657C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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