Html Css Color HEX #D533B9 Fuchsia

📋 copy color: '#D533B9'

red 213 ◦ green 51 ◦ blue 185

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

Shades of Fuchsia #D533B9

Tints of Fuchsia #D533B9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.36%

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

R = 47.44%
G = 11.36%
B = 41.2%

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

#D533B9 (or 0xD533B9) is known color: Fuchsia. HEX triplet: D5, 33 and B9. RGB value is (213,51,185). Sum of RGB (Red+Green+Blue) = 213+51+185=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D533B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533B9 is #2ACC46. Grayscale: #727272. Windows color (decimal): -2804807 or 12137429. OLE color: 12137429.

HSL color Cylindrical-coordinate representation of color #D533B9: hue angle of 310.37º 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 #D533B9 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 185 -
CMYK 0 0.76 0.13 0.16
HSL 310.37º 0.66% 0.52% -
HSV(B) 310.37º 0.76% 0.84% -
XYZ 37.38 20.02 47.79 -
YUV 114.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 213 51 185 0 0.76 0.13 0.16 310.37 0.66 0.52
Hex D5 33 B9 0 4C D 10 136 42 34
Octal 325 63 271 0 114 15 20 466 102 64
Binary 11010101 110011 10111001 0 1001100 1101 10000 100110110 1000010 110100

Color Harmonies of #D533B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D533B9

Black with #D533B9

Text Example


Text Example

White with #D533B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D533B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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