Html Css Color HEX #D05DCA Fuchsia

📋 copy color: '#D05DCA'

red 208 ◦ green 93 ◦ blue 202

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

Shades of Fuchsia #D05DCA

Tints of Fuchsia #D05DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 41.35%
G = 18.49%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D05DCA (or 0xD05DCA) is known color: Fuchsia. HEX triplet: D0, 5D and CA. RGB value is (208,93,202). Sum of RGB (Red+Green+Blue) = 208+93+202=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DCA is #2FA235. Grayscale: #8B8B8B. Windows color (decimal): -3121718 or 13262288. OLE color: 13262288.

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

Color convert

RGB 208 93 202 -
CMYK 0 0.55 0.03 0.18
HSL 303.13º 0.55% 0.59% -
HSV(B) 303.13º 0.55% 0.82% -
XYZ 40.59 25.5 58.66 -
YUV 139.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 208 93 202 0 0.55 0.03 0.18 303.13 0.55 0.59
Hex D0 5D CA 0 37 3 12 12F 37 3B
Octal 320 135 312 0 67 3 22 457 67 73
Binary 11010000 1011101 11001010 0 110111 11 10010 100101111 110111 111011

Color Harmonies of #D05DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05DCA

Black with #D05DCA

Text Example


Text Example

White with #D05DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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