Html Css Color HEX #D058C0 Fuchsia

📋 copy color: '#D058C0'

red 208 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #D058C0

Tints of Fuchsia #D058C0

RGB

 RED value IS 208 (81.64% from 255) = 42.62%

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

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

R = 42.62%
G = 18.03%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D058C0 (or 0xD058C0) is known color: Fuchsia. HEX triplet: D0, 58 and C0. RGB value is (208,88,192). Sum of RGB (Red+Green+Blue) = 208+88+192=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D058C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058C0 is #2FA73F. Grayscale: #878787. Windows color (decimal): -3123008 or 12605648. OLE color: 12605648.

HSL color Cylindrical-coordinate representation of color #D058C0: hue angle of 308º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D058C0 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 88 192 -
CMYK 0 0.58 0.08 0.18
HSL 308º 0.56% 0.58% -
HSV(B) 308º 0.58% 0.82% -
XYZ 39.02 24.2 52.48 -
YUV 135.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 208 88 192 0 0.58 0.08 0.18 308 0.56 0.58
Hex D0 58 C0 0 3A 8 12 134 38 3A
Octal 320 130 300 0 72 10 22 464 70 72
Binary 11010000 1011000 11000000 0 111010 1000 10010 100110100 111000 111010

Color Harmonies of #D058C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058C0

Black with #D058C0

Text Example


Text Example

White with #D058C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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