Html Css Color HEX #D058C3 Fuchsia

📋 copy color: '#D058C3'

red 208 ◦ green 88 ◦ blue 195

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

Shades of Fuchsia #D058C3

Tints of Fuchsia #D058C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.71%

R = 42.36%
G = 17.92%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D058C3 (or 0xD058C3) is known color: Fuchsia. HEX triplet: D0, 58 and C3. RGB value is (208,88,195). Sum of RGB (Red+Green+Blue) = 208+88+195=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D058C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058C3 is #2FA73C. Grayscale: #878787. Windows color (decimal): -3123005 or 12802256. OLE color: 12802256.

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

Color convert

RGB 208 88 195 -
CMYK 0 0.58 0.06 0.18
HSL 306.5º 0.56% 0.58% -
HSV(B) 306.5º 0.58% 0.82% -
XYZ 39.35 24.33 54.25 -
YUV 136.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 208 88 195 0 0.58 0.06 0.18 306.5 0.56 0.58
Hex D0 58 C3 0 3A 6 12 132 38 3A
Octal 320 130 303 0 72 6 22 462 70 72
Binary 11010000 1011000 11000011 0 111010 110 10010 100110010 111000 111010

Color Harmonies of #D058C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058C3

Black with #D058C3

Text Example


Text Example

White with #D058C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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