Html Css Color HEX #D04BBE Fuchsia

📋 copy color: '#D04BBE'

red 208 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #D04BBE

Tints of Fuchsia #D04BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.86%

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

R = 43.97%
G = 15.86%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D04BBE (or 0xD04BBE) is known color: Fuchsia. HEX triplet: D0, 4B and BE. RGB value is (208,75,190). Sum of RGB (Red+Green+Blue) = 208+75+190=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BBE is #2FB441. Grayscale: #7F7F7F. Windows color (decimal): -3126338 or 12471248. OLE color: 12471248.

HSL color Cylindrical-coordinate representation of color #D04BBE: hue angle of 308.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04BBE is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 75 190 -
CMYK 0 0.64 0.09 0.18
HSL 308.12º 0.59% 0.55% -
HSV(B) 308.12º 0.64% 0.82% -
XYZ 37.82 22.16 51 -
YUV 127.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 208 75 190 0 0.64 0.09 0.18 308.12 0.59 0.55
Hex D0 4B BE 0 40 9 12 134 3B 37
Octal 320 113 276 0 100 11 22 464 73 67
Binary 11010000 1001011 10111110 0 1000000 1001 10010 100110100 111011 110111

Color Harmonies of #D04BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BBE

Black with #D04BBE

Text Example


Text Example

White with #D04BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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