Html Css Color HEX #D834B5 Fuchsia

📋 copy color: '#D834B5'

red 216 ◦ green 52 ◦ blue 181

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

Shades of Fuchsia #D834B5

Tints of Fuchsia #D834B5

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

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

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 48.11%
G = 11.58%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D834B5 (or 0xD834B5) is known color: Fuchsia. HEX triplet: D8, 34 and B5. RGB value is (216,52,181). Sum of RGB (Red+Green+Blue) = 216+52+181=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D834B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D834B5 is #27CB4A. Grayscale: #737373. Windows color (decimal): -2607947 or 11875544. OLE color: 11875544.

HSL color Cylindrical-coordinate representation of color #D834B5: hue angle of 312.8º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D834B5 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 52 181 -
CMYK 0 0.76 0.16 0.15
HSL 312.8º 0.68% 0.53% -
HSV(B) 312.8º 0.76% 0.85% -
XYZ 37.89 20.39 45.66 -
YUV 115.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 216 52 181 0 0.76 0.16 0.15 312.8 0.68 0.53
Hex D8 34 B5 0 4C 10 F 139 44 35
Octal 330 64 265 0 114 20 17 471 104 65
Binary 11011000 110100 10110101 0 1001100 10000 1111 100111001 1000100 110101

Color Harmonies of #D834B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D834B5

Black with #D834B5

Text Example


Text Example

White with #D834B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D834B5; }

 p { color: rgb(216,52,181); }

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

background-color css

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

 a { background-color: rgb(216,52,181); }

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

border-color css

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

 span { border-color: rgb(216,52,181); }

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