Html Css Color HEX #D534B9 Fuchsia

📋 copy color: '#D534B9'

red 213 ◦ green 52 ◦ blue 185

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

Shades of Fuchsia #D534B9

Tints of Fuchsia #D534B9

RGB

 RED value IS 213 (83.59% from 255) = 47.33%

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

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

R = 47.33%
G = 11.56%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D534B9 (or 0xD534B9) is known color: Fuchsia. HEX triplet: D5, 34 and B9. RGB value is (213,52,185). Sum of RGB (Red+Green+Blue) = 213+52+185=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D534B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534B9 is #2ACB46. Grayscale: #727272. Windows color (decimal): -2804551 or 12137685. OLE color: 12137685.

HSL color Cylindrical-coordinate representation of color #D534B9: hue angle of 310.43º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D534B9 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 52 185 -
CMYK 0 0.76 0.13 0.16
HSL 310.43º 0.66% 0.52% -
HSV(B) 310.43º 0.76% 0.84% -
XYZ 37.43 20.1 47.81 -
YUV 115.3 167.34 197.69 -
System Red Green Blue C M Y K H S L
Decimal 213 52 185 0 0.76 0.13 0.16 310.43 0.66 0.52
Hex D5 34 B9 0 4C D 10 136 42 34
Octal 325 64 271 0 114 15 20 466 102 64
Binary 11010101 110100 10111001 0 1001100 1101 10000 100110110 1000010 110100

Color Harmonies of #D534B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D534B9

Black with #D534B9

Text Example


Text Example

White with #D534B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D534B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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