Html Css Color HEX #D045B9 Fuchsia

📋 copy color: '#D045B9'

red 208 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #D045B9

Tints of Fuchsia #D045B9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.94%

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 45.02%
G = 14.94%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D045B9 (or 0xD045B9) is known color: Fuchsia. HEX triplet: D0, 45 and B9. RGB value is (208,69,185). Sum of RGB (Red+Green+Blue) = 208+69+185=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D045B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045B9 is #2FBA46. Grayscale: #7B7B7B. Windows color (decimal): -3127879 or 12142032. OLE color: 12142032.

HSL color Cylindrical-coordinate representation of color #D045B9: hue angle of 309.93º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045B9 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 185 -
CMYK 0 0.67 0.11 0.18
HSL 309.93º 0.6% 0.54% -
HSV(B) 309.93º 0.67% 0.82% -
XYZ 36.9 21.17 48.04 -
YUV 123.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 208 69 185 0 0.67 0.11 0.18 309.93 0.6 0.54
Hex D0 45 B9 0 43 B 12 136 3C 36
Octal 320 105 271 0 103 13 22 466 74 66
Binary 11010000 1000101 10111001 0 1000011 1011 10010 100110110 111100 110110

Color Harmonies of #D045B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D045B9

Black with #D045B9

Text Example


Text Example

White with #D045B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D045B9; }

 p { color: rgb(208,69,185); }

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

background-color css

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

 a { background-color: rgb(208,69,185); }

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

border-color css

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

 span { border-color: rgb(208,69,185); }

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