Html Css Color HEX #D04CBE Fuchsia

📋 copy color: '#D04CBE'

red 208 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #D04CBE

Tints of Fuchsia #D04CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 43.88%
G = 16.03%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D04CBE (or 0xD04CBE) is known color: Fuchsia. HEX triplet: D0, 4C and BE. RGB value is (208,76,190). Sum of RGB (Red+Green+Blue) = 208+76+190=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CBE is #2FB341. Grayscale: #808080. Windows color (decimal): -3126082 or 12471504. OLE color: 12471504.

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

Color convert

RGB 208 76 190 -
CMYK 0 0.63 0.09 0.18
HSL 308.18º 0.58% 0.56% -
HSV(B) 308.18º 0.63% 0.82% -
XYZ 37.89 22.3 51.02 -
YUV 128.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 208 76 190 0 0.63 0.09 0.18 308.18 0.58 0.56
Hex D0 4C BE 0 3F 9 12 134 3A 38
Octal 320 114 276 0 77 11 22 464 72 70
Binary 11010000 1001100 10111110 0 111111 1001 10010 100110100 111010 111000

Color Harmonies of #D04CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CBE

Black with #D04CBE

Text Example


Text Example

White with #D04CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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