Html Css Color HEX #D058CC Fuchsia

📋 copy color: '#D058CC'

red 208 ◦ green 88 ◦ blue 204

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

Shades of Fuchsia #D058CC

Tints of Fuchsia #D058CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 41.6%
G = 17.6%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D058CC (or 0xD058CC) is known color: Fuchsia. HEX triplet: D0, 58 and CC. RGB value is (208,88,204). Sum of RGB (Red+Green+Blue) = 208+88+204=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D058CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058CC is #2FA733. Grayscale: #888888. Windows color (decimal): -3122996 or 13392080. OLE color: 13392080.

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

Color convert

RGB 208 88 204 -
CMYK 0 0.58 0.02 0.18
HSL 302º 0.56% 0.58% -
HSV(B) 302º 0.58% 0.82% -
XYZ 40.4 24.75 59.77 -
YUV 137.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 208 88 204 0 0.58 0.02 0.18 302 0.56 0.58
Hex D0 58 CC 0 3A 2 12 12E 38 3A
Octal 320 130 314 0 72 2 22 456 70 72
Binary 11010000 1011000 11001100 0 111010 10 10010 100101110 111000 111010

Color Harmonies of #D058CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058CC

Black with #D058CC

Text Example


Text Example

White with #D058CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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