Html Css Color HEX #D058C5 Fuchsia

📋 copy color: '#D058C5'

red 208 ◦ green 88 ◦ blue 197

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

Shades of Fuchsia #D058C5

Tints of Fuchsia #D058C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.96%

R = 42.19%
G = 17.85%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D058C5 (or 0xD058C5) is known color: Fuchsia. HEX triplet: D0, 58 and C5. RGB value is (208,88,197). Sum of RGB (Red+Green+Blue) = 208+88+197=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D058C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058C5 is #2FA73A. Grayscale: #878787. Windows color (decimal): -3123003 or 12933328. OLE color: 12933328.

HSL color Cylindrical-coordinate representation of color #D058C5: hue angle of 305.5º 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 #D058C5 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 88 197 -
CMYK 0 0.58 0.05 0.18
HSL 305.5º 0.56% 0.58% -
HSV(B) 305.5º 0.58% 0.82% -
XYZ 39.58 24.42 55.45 -
YUV 136.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 208 88 197 0 0.58 0.05 0.18 305.5 0.56 0.58
Hex D0 58 C5 0 3A 5 12 132 38 3A
Octal 320 130 305 0 72 5 22 462 70 72
Binary 11010000 1011000 11000101 0 111010 101 10010 100110010 111000 111010

Color Harmonies of #D058C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058C5

Black with #D058C5

Text Example


Text Example

White with #D058C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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