Html Css Color HEX #D034B9 Fuchsia

📋 copy color: '#D034B9'

red 208 ◦ green 52 ◦ blue 185

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

Shades of Fuchsia #D034B9

Tints of Fuchsia #D034B9

RGB

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

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

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

R = 46.74%
G = 11.69%
B = 41.57%

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

#D034B9 (or 0xD034B9) is known color: Fuchsia. HEX triplet: D0, 34 and B9. RGB value is (208,52,185). Sum of RGB (Red+Green+Blue) = 208+52+185=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D034B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034B9 is #2FCB46. Grayscale: #717171. Windows color (decimal): -3132231 or 12137680. OLE color: 12137680.

HSL color Cylindrical-coordinate representation of color #D034B9: hue angle of 308.85º degrees, saturation: 0.62, 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 #D034B9 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 185 -
CMYK 0 0.75 0.11 0.18
HSL 308.85º 0.62% 0.51% -
HSV(B) 308.85º 0.75% 0.82% -
XYZ 36 19.37 47.74 -
YUV 113.81 168.18 195.19 -
System Red Green Blue C M Y K H S L
Decimal 208 52 185 0 0.75 0.11 0.18 308.85 0.62 0.51
Hex D0 34 B9 0 4B B 12 135 3E 33
Octal 320 64 271 0 113 13 22 465 76 63
Binary 11010000 110100 10111001 0 1001011 1011 10010 100110101 111110 110011

Color Harmonies of #D034B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034B9

Black with #D034B9

Text Example


Text Example

White with #D034B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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