Html Css Color HEX #D05CC9 Fuchsia

📋 copy color: '#D05CC9'

red 208 ◦ green 92 ◦ blue 201

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

Shades of Fuchsia #D05CC9

Tints of Fuchsia #D05CC9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.36%

 BLUE value IS 201 (78.91% from 255) = 40.12%

R = 41.52%
G = 18.36%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D05CC9 (or 0xD05CC9) is known color: Fuchsia. HEX triplet: D0, 5C and C9. RGB value is (208,92,201). Sum of RGB (Red+Green+Blue) = 208+92+201=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CC9 is #2FA336. Grayscale: #8A8A8A. Windows color (decimal): -3121975 or 13196496. OLE color: 13196496.

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

Color convert

RGB 208 92 201 -
CMYK 0 0.56 0.03 0.18
HSL 303.62º 0.55% 0.59% -
HSV(B) 303.62º 0.56% 0.82% -
XYZ 40.38 25.28 58.01 -
YUV 139.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 208 92 201 0 0.56 0.03 0.18 303.62 0.55 0.59
Hex D0 5C C9 0 38 3 12 130 37 3B
Octal 320 134 311 0 70 3 22 460 67 73
Binary 11010000 1011100 11001001 0 111000 11 10010 100110000 110111 111011

Color Harmonies of #D05CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05CC9

Black with #D05CC9

Text Example


Text Example

White with #D05CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05CC9; }

 p { color: rgb(208,92,201); }

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

background-color css

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

 a { background-color: rgb(208,92,201); }

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

border-color css

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

 span { border-color: rgb(208,92,201); }

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