Html Css Color HEX #D532B9 Fuchsia

📋 copy color: '#D532B9'

red 213 ◦ green 50 ◦ blue 185

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

Shades of Fuchsia #D532B9

Tints of Fuchsia #D532B9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.16%

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

R = 47.54%
G = 11.16%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D532B9 (or 0xD532B9) is known color: Fuchsia. HEX triplet: D5, 32 and B9. RGB value is (213,50,185). Sum of RGB (Red+Green+Blue) = 213+50+185=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D532B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532B9 is #2ACD46. Grayscale: #717171. Windows color (decimal): -2805063 or 12137173. OLE color: 12137173.

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

Color convert

RGB 213 50 185 -
CMYK 0 0.77 0.13 0.16
HSL 310.31º 0.66% 0.52% -
HSV(B) 310.31º 0.77% 0.84% -
XYZ 37.34 19.93 47.78 -
YUV 114.13 168 198.52 -
System Red Green Blue C M Y K H S L
Decimal 213 50 185 0 0.77 0.13 0.16 310.31 0.66 0.52
Hex D5 32 B9 0 4D D 10 136 42 34
Octal 325 62 271 0 115 15 20 466 102 64
Binary 11010101 110010 10111001 0 1001101 1101 10000 100110110 1000010 110100

Color Harmonies of #D532B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532B9

Black with #D532B9

Text Example


Text Example

White with #D532B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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