Html Css Color HEX #D058C9 Fuchsia

📋 copy color: '#D058C9'

red 208 ◦ green 88 ◦ blue 201

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

Shades of Fuchsia #D058C9

Tints of Fuchsia #D058C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 41.85%
G = 17.71%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D058C9 (or 0xD058C9) is known color: Fuchsia. HEX triplet: D0, 58 and C9. RGB value is (208,88,201). Sum of RGB (Red+Green+Blue) = 208+88+201=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D058C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058C9 is #2FA736. Grayscale: #888888. Windows color (decimal): -3122999 or 13195472. OLE color: 13195472.

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

Color convert

RGB 208 88 201 -
CMYK 0 0.58 0.03 0.18
HSL 303.5º 0.56% 0.58% -
HSV(B) 303.5º 0.58% 0.82% -
XYZ 40.04 24.61 57.9 -
YUV 136.76 164.26 178.81 -
System Red Green Blue C M Y K H S L
Decimal 208 88 201 0 0.58 0.03 0.18 303.5 0.56 0.58
Hex D0 58 C9 0 3A 3 12 130 38 3A
Octal 320 130 311 0 72 3 22 460 70 72
Binary 11010000 1011000 11001001 0 111010 11 10010 100110000 111000 111010

Color Harmonies of #D058C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058C9

Black with #D058C9

Text Example


Text Example

White with #D058C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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