Html Css Color HEX #D533B8 Fuchsia

📋 copy color: '#D533B8'

red 213 ◦ green 51 ◦ blue 184

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

Shades of Fuchsia #D533B8

Tints of Fuchsia #D533B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.07%

R = 47.54%
G = 11.38%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D533B8 (or 0xD533B8) is known color: Fuchsia. HEX triplet: D5, 33 and B8. RGB value is (213,51,184). Sum of RGB (Red+Green+Blue) = 213+51+184=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D533B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533B8 is #2ACC47. Grayscale: #727272. Windows color (decimal): -2804808 or 12071893. OLE color: 12071893.

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

Color convert

RGB 213 51 184 -
CMYK 0 0.76 0.14 0.16
HSL 310.74º 0.66% 0.52% -
HSV(B) 310.74º 0.76% 0.84% -
XYZ 37.28 19.97 47.24 -
YUV 114.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 213 51 184 0 0.76 0.14 0.16 310.74 0.66 0.52
Hex D5 33 B8 0 4C E 10 137 42 34
Octal 325 63 270 0 114 16 20 467 102 64
Binary 11010101 110011 10111000 0 1001100 1110 10000 100110111 1000010 110100

Color Harmonies of #D533B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D533B8

Black with #D533B8

Text Example


Text Example

White with #D533B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D533B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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