Html Css Color HEX #D04CB3 Fuchsia

📋 copy color: '#D04CB3'

red 208 ◦ green 76 ◦ blue 179

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

Shades of Fuchsia #D04CB3

Tints of Fuchsia #D04CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.66%

R = 44.92%
G = 16.41%
B = 38.66%

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

#D04CB3 (or 0xD04CB3) is known color: Fuchsia. HEX triplet: D0, 4C and B3. RGB value is (208,76,179). Sum of RGB (Red+Green+Blue) = 208+76+179=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CB3 is #2FB34C. Grayscale: #7E7E7E. Windows color (decimal): -3126093 or 11750608. OLE color: 11750608.

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

Color convert

RGB 208 76 179 -
CMYK 0 0.63 0.14 0.18
HSL 313.18º 0.58% 0.56% -
HSV(B) 313.18º 0.63% 0.82% -
XYZ 36.73 21.83 44.93 -
YUV 127.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 208 76 179 0 0.63 0.14 0.18 313.18 0.58 0.56
Hex D0 4C B3 0 3F E 12 139 3A 38
Octal 320 114 263 0 77 16 22 471 72 70
Binary 11010000 1001100 10110011 0 111111 1110 10010 100111001 111010 111000

Color Harmonies of #D04CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CB3

Black with #D04CB3

Text Example


Text Example

White with #D04CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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