Html Css Color HEX #D12DB9 Fuchsia

📋 copy color: '#D12DB9'

red 209 ◦ green 45 ◦ blue 185

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

Shades of Fuchsia #D12DB9

Tints of Fuchsia #D12DB9

RGB

 RED value IS 209 (82.03% from 255) = 47.61%

 GREEN value IS 45 (17.97% from 255) = 10.25%

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

R = 47.61%
G = 10.25%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D12DB9 (or 0xD12DB9) is known color: Fuchsia. HEX triplet: D1, 2D and B9. RGB value is (209,45,185). Sum of RGB (Red+Green+Blue) = 209+45+185=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DB9 is #2ED246. Grayscale: #6D6D6D. Windows color (decimal): -3068487 or 12135889. OLE color: 12135889.

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

Color convert

RGB 209 45 185 -
CMYK 0 0.78 0.11 0.18
HSL 308.78º 0.65% 0.5% -
HSV(B) 308.78º 0.78% 0.82% -
XYZ 35.99 18.93 47.66 -
YUV 110 170.33 198.62 -
System Red Green Blue C M Y K H S L
Decimal 209 45 185 0 0.78 0.11 0.18 308.78 0.65 0.5
Hex D1 2D B9 0 4E B 12 135 41 32
Octal 321 55 271 0 116 13 22 465 101 62
Binary 11010001 101101 10111001 0 1001110 1011 10010 100110101 1000001 110010

Color Harmonies of #D12DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DB9

Black with #D12DB9

Text Example


Text Example

White with #D12DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DB9; }

 p { color: rgb(209,45,185); }

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

background-color css

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

 a { background-color: rgb(209,45,185); }

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

border-color css

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

 span { border-color: rgb(209,45,185); }

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