Html Css Color HEX #D134B9 Fuchsia

📋 copy color: '#D134B9'

red 209 ◦ green 52 ◦ blue 185

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

Shades of Fuchsia #D134B9

Tints of Fuchsia #D134B9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.66%

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

R = 46.86%
G = 11.66%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D134B9 (or 0xD134B9) is known color: Fuchsia. HEX triplet: D1, 34 and B9. RGB value is (209,52,185). Sum of RGB (Red+Green+Blue) = 209+52+185=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D134B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134B9 is #2ECB46. Grayscale: #717171. Windows color (decimal): -3066695 or 12137681. OLE color: 12137681.

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

Color convert

RGB 209 52 185 -
CMYK 0 0.75 0.11 0.18
HSL 309.17º 0.63% 0.51% -
HSV(B) 309.17º 0.75% 0.82% -
XYZ 36.28 19.51 47.75 -
YUV 114.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 209 52 185 0 0.75 0.11 0.18 309.17 0.63 0.51
Hex D1 34 B9 0 4B B 12 135 3F 33
Octal 321 64 271 0 113 13 22 465 77 63
Binary 11010001 110100 10111001 0 1001011 1011 10010 100110101 111111 110011

Color Harmonies of #D134B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134B9

Black with #D134B9

Text Example


Text Example

White with #D134B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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