Html Css Color HEX #D757C0 Fuchsia

📋 copy color: '#D757C0'

red 215 ◦ green 87 ◦ blue 192

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

Shades of Fuchsia #D757C0

Tints of Fuchsia #D757C0

RGB

 RED value IS 215 (84.38% from 255) = 43.52%

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

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

R = 43.52%
G = 17.61%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D757C0 (or 0xD757C0) is known color: Fuchsia. HEX triplet: D7, 57 and C0. RGB value is (215,87,192). Sum of RGB (Red+Green+Blue) = 215+87+192=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D757C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D757C0 is #28A83F. Grayscale: #888888. Windows color (decimal): -2664512 or 12605399. OLE color: 12605399.

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

Color convert

RGB 215 87 192 -
CMYK 0 0.60 0.11 0.16
HSL 310.78º 0.62% 0.59% -
HSV(B) 310.78º 0.6% 0.84% -
XYZ 40.95 25.07 52.55 -
YUV 137.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 215 87 192 0 0.60 0.11 0.16 310.78 0.62 0.59
Hex D7 57 C0 0 3C B 10 137 3E 3B
Octal 327 127 300 0 74 13 20 467 76 73
Binary 11010111 1010111 11000000 0 111100 1011 10000 100110111 111110 111011

Color Harmonies of #D757C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D757C0

Black with #D757C0

Text Example


Text Example

White with #D757C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D757C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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