Html Css Color HEX #D04CBA Fuchsia

📋 copy color: '#D04CBA'

red 208 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #D04CBA

Tints of Fuchsia #D04CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 44.26%
G = 16.17%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D04CBA (or 0xD04CBA) is known color: Fuchsia. HEX triplet: D0, 4C and BA. RGB value is (208,76,186). Sum of RGB (Red+Green+Blue) = 208+76+186=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CBA is #2FB345. Grayscale: #7F7F7F. Windows color (decimal): -3126086 or 12209360. OLE color: 12209360.

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

Color convert

RGB 208 76 186 -
CMYK 0 0.63 0.11 0.18
HSL 310º 0.58% 0.56% -
HSV(B) 310º 0.63% 0.82% -
XYZ 37.46 22.12 48.75 -
YUV 128.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 208 76 186 0 0.63 0.11 0.18 310 0.58 0.56
Hex D0 4C BA 0 3F B 12 136 3A 38
Octal 320 114 272 0 77 13 22 466 72 70
Binary 11010000 1001100 10111010 0 111111 1011 10010 100110110 111010 111000

Color Harmonies of #D04CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CBA

Black with #D04CBA

Text Example


Text Example

White with #D04CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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