Html Css Color HEX #D04CC4 Fuchsia

📋 copy color: '#D04CC4'

red 208 ◦ green 76 ◦ blue 196

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

Shades of Fuchsia #D04CC4

Tints of Fuchsia #D04CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.83%

R = 43.33%
G = 15.83%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D04CC4 (or 0xD04CC4) is known color: Fuchsia. HEX triplet: D0, 4C and C4. RGB value is (208,76,196). Sum of RGB (Red+Green+Blue) = 208+76+196=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CC4 is #2FB33B. Grayscale: #808080. Windows color (decimal): -3126076 or 12864720. OLE color: 12864720.

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

Color convert

RGB 208 76 196 -
CMYK 0 0.63 0.06 0.18
HSL 305.45º 0.58% 0.56% -
HSV(B) 305.45º 0.63% 0.82% -
XYZ 38.56 22.56 54.55 -
YUV 129.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 208 76 196 0 0.63 0.06 0.18 305.45 0.58 0.56
Hex D0 4C C4 0 3F 6 12 131 3A 38
Octal 320 114 304 0 77 6 22 461 72 70
Binary 11010000 1001100 11000100 0 111111 110 10010 100110001 111010 111000

Color Harmonies of #D04CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CC4

Black with #D04CC4

Text Example


Text Example

White with #D04CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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