Html Css Color HEX #D04CB2 Fuchsia

📋 copy color: '#D04CB2'

red 208 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #D04CB2

Tints of Fuchsia #D04CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 45.02%
G = 16.45%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D04CB2 (or 0xD04CB2) is known color: Fuchsia. HEX triplet: D0, 4C and B2. RGB value is (208,76,178). Sum of RGB (Red+Green+Blue) = 208+76+178=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CB2 is #2FB34D. Grayscale: #7E7E7E. Windows color (decimal): -3126094 or 11685072. OLE color: 11685072.

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

Color convert

RGB 208 76 178 -
CMYK 0 0.63 0.14 0.18
HSL 313.64º 0.58% 0.56% -
HSV(B) 313.64º 0.63% 0.82% -
XYZ 36.63 21.79 44.4 -
YUV 127.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 208 76 178 0 0.63 0.14 0.18 313.64 0.58 0.56
Hex D0 4C B2 0 3F E 12 13A 3A 38
Octal 320 114 262 0 77 16 22 472 72 70
Binary 11010000 1001100 10110010 0 111111 1110 10010 100111010 111010 111000

Color Harmonies of #D04CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CB2

Black with #D04CB2

Text Example


Text Example

White with #D04CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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