Html Css Color HEX #D058CF Fuchsia

📋 copy color: '#D058CF'

red 208 ◦ green 88 ◦ blue 207

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

Shades of Fuchsia #D058CF

Tints of Fuchsia #D058CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 41.35%
G = 17.5%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D058CF (or 0xD058CF) is known color: Fuchsia. HEX triplet: D0, 58 and CF. RGB value is (208,88,207). Sum of RGB (Red+Green+Blue) = 208+88+207=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D058CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058CF is #2FA730. Grayscale: #898989. Windows color (decimal): -3122993 or 13588688. OLE color: 13588688.

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

Color convert

RGB 208 88 207 -
CMYK 0 0.58 0.00 0.18
HSL 300.5º 0.56% 0.58% -
HSV(B) 300.5º 0.58% 0.82% -
XYZ 40.76 24.89 61.69 -
YUV 137.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 208 88 207 0 0.58 0.00 0.18 300.5 0.56 0.58
Hex D0 58 CF 0 3A 0 12 12C 38 3A
Octal 320 130 317 0 72 0 22 454 70 72
Binary 11010000 1011000 11001111 0 111010 0 10010 100101100 111000 111010

Color Harmonies of #D058CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058CF

Black with #D058CF

Text Example


Text Example

White with #D058CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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