Html Css Color HEX #D04FCB Fuchsia

📋 copy color: '#D04FCB'

red 208 ◦ green 79 ◦ blue 203

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

Shades of Fuchsia #D04FCB

Tints of Fuchsia #D04FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.12%

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 42.45%
G = 16.12%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D04FCB (or 0xD04FCB) is known color: Fuchsia. HEX triplet: D0, 4F and CB. RGB value is (208,79,203). Sum of RGB (Red+Green+Blue) = 208+79+203=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FCB is #2FB034. Grayscale: #838383. Windows color (decimal): -3125301 or 13324240. OLE color: 13324240.

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

Color convert

RGB 208 79 203 -
CMYK 0 0.62 0.02 0.18
HSL 302.33º 0.58% 0.56% -
HSV(B) 302.33º 0.62% 0.82% -
XYZ 39.59 23.31 58.91 -
YUV 131.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 208 79 203 0 0.62 0.02 0.18 302.33 0.58 0.56
Hex D0 4F CB 0 3E 2 12 12E 3A 38
Octal 320 117 313 0 76 2 22 456 72 70
Binary 11010000 1001111 11001011 0 111110 10 10010 100101110 111010 111000

Color Harmonies of #D04FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FCB

Black with #D04FCB

Text Example


Text Example

White with #D04FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FCB; }

 p { color: rgb(208,79,203); }

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

background-color css

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

 a { background-color: rgb(208,79,203); }

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

border-color css

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

 span { border-color: rgb(208,79,203); }

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