Html Css Color HEX #D758C0 Fuchsia

📋 copy color: '#D758C0'

red 215 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #D758C0

Tints of Fuchsia #D758C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.78%

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

R = 43.43%
G = 17.78%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D758C0 (or 0xD758C0) is known color: Fuchsia. HEX triplet: D7, 58 and C0. RGB value is (215,88,192). Sum of RGB (Red+Green+Blue) = 215+88+192=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D758C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758C0 is #28A73F. Grayscale: #898989. Windows color (decimal): -2664256 or 12605655. OLE color: 12605655.

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

Color convert

RGB 215 88 192 -
CMYK 0 0.59 0.11 0.16
HSL 310.87º 0.61% 0.59% -
HSV(B) 310.87º 0.59% 0.84% -
XYZ 41.03 25.23 52.58 -
YUV 137.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 215 88 192 0 0.59 0.11 0.16 310.87 0.61 0.59
Hex D7 58 C0 0 3B B 10 137 3D 3B
Octal 327 130 300 0 73 13 20 467 75 73
Binary 11010111 1011000 11000000 0 111011 1011 10000 100110111 111101 111011

Color Harmonies of #D758C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D758C0

Black with #D758C0

Text Example


Text Example

White with #D758C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D758C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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