Html Css Color HEX #D04CCA Fuchsia

📋 copy color: '#D04CCA'

red 208 ◦ green 76 ◦ blue 202

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

Shades of Fuchsia #D04CCA

Tints of Fuchsia #D04CCA

RGB

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

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

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

R = 42.8%
G = 15.64%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D04CCA (or 0xD04CCA) is known color: Fuchsia. HEX triplet: D0, 4C and CA. RGB value is (208,76,202). Sum of RGB (Red+Green+Blue) = 208+76+202=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CCA is #2FB335. Grayscale: #818181. Windows color (decimal): -3126070 or 13257936. OLE color: 13257936.

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

Color convert

RGB 208 76 202 -
CMYK 0 0.63 0.03 0.18
HSL 302.73º 0.58% 0.56% -
HSV(B) 302.73º 0.63% 0.82% -
XYZ 39.26 22.84 58.22 -
YUV 129.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 208 76 202 0 0.63 0.03 0.18 302.73 0.58 0.56
Hex D0 4C CA 0 3F 3 12 12F 3A 38
Octal 320 114 312 0 77 3 22 457 72 70
Binary 11010000 1001100 11001010 0 111111 11 10010 100101111 111010 111000

Color Harmonies of #D04CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CCA

Black with #D04CCA

Text Example


Text Example

White with #D04CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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