Html Css Color HEX #D04CC5 Fuchsia

📋 copy color: '#D04CC5'

red 208 ◦ green 76 ◦ blue 197

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

Shades of Fuchsia #D04CC5

Tints of Fuchsia #D04CC5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.8%

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

R = 43.24%
G = 15.8%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D04CC5 (or 0xD04CC5) is known color: Fuchsia. HEX triplet: D0, 4C and C5. RGB value is (208,76,197). Sum of RGB (Red+Green+Blue) = 208+76+197=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CC5 is #2FB33A. Grayscale: #808080. Windows color (decimal): -3126075 or 12930256. OLE color: 12930256.

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

Color convert

RGB 208 76 197 -
CMYK 0 0.63 0.05 0.18
HSL 305º 0.58% 0.56% -
HSV(B) 305º 0.63% 0.82% -
XYZ 38.67 22.61 55.15 -
YUV 129.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 208 76 197 0 0.63 0.05 0.18 305 0.58 0.56
Hex D0 4C C5 0 3F 5 12 131 3A 38
Octal 320 114 305 0 77 5 22 461 72 70
Binary 11010000 1001100 11000101 0 111111 101 10010 100110001 111010 111000

Color Harmonies of #D04CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CC5

Black with #D04CC5

Text Example


Text Example

White with #D04CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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