Html Css Color HEX #D05DC5 Fuchsia

📋 copy color: '#D05DC5'

red 208 ◦ green 93 ◦ blue 197

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

Shades of Fuchsia #D05DC5

Tints of Fuchsia #D05DC5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.67%

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

R = 41.77%
G = 18.67%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D05DC5 (or 0xD05DC5) is known color: Fuchsia. HEX triplet: D0, 5D and C5. RGB value is (208,93,197). Sum of RGB (Red+Green+Blue) = 208+93+197=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DC5 is #2FA23A. Grayscale: #8A8A8A. Windows color (decimal): -3121723 or 12934608. OLE color: 12934608.

HSL color Cylindrical-coordinate representation of color #D05DC5: hue angle of 305.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05DC5 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 93 197 -
CMYK 0 0.55 0.05 0.18
HSL 305.74º 0.55% 0.59% -
HSV(B) 305.74º 0.55% 0.82% -
XYZ 40 25.27 55.59 -
YUV 139.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 208 93 197 0 0.55 0.05 0.18 305.74 0.55 0.59
Hex D0 5D C5 0 37 5 12 132 37 3B
Octal 320 135 305 0 67 5 22 462 67 73
Binary 11010000 1011101 11000101 0 110111 101 10010 100110010 110111 111011

Color Harmonies of #D05DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05DC5

Black with #D05DC5

Text Example


Text Example

White with #D05DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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