Html Css Color HEX #D535B8 Fuchsia

📋 copy color: '#D535B8'

red 213 ◦ green 53 ◦ blue 184

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

Shades of Fuchsia #D535B8

Tints of Fuchsia #D535B8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.78%

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

R = 47.33%
G = 11.78%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D535B8 (or 0xD535B8) is known color: Fuchsia. HEX triplet: D5, 35 and B8. RGB value is (213,53,184). Sum of RGB (Red+Green+Blue) = 213+53+184=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D535B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535B8 is #2ACA47. Grayscale: #737373. Windows color (decimal): -2804296 or 12072405. OLE color: 12072405.

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

Color convert

RGB 213 53 184 -
CMYK 0 0.75 0.14 0.16
HSL 310.88º 0.66% 0.52% -
HSV(B) 310.88º 0.75% 0.84% -
XYZ 37.37 20.15 47.27 -
YUV 115.77 166.51 197.35 -
System Red Green Blue C M Y K H S L
Decimal 213 53 184 0 0.75 0.14 0.16 310.88 0.66 0.52
Hex D5 35 B8 0 4B E 10 137 42 34
Octal 325 65 270 0 113 16 20 467 102 64
Binary 11010101 110101 10111000 0 1001011 1110 10000 100110111 1000010 110100

Color Harmonies of #D535B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535B8

Black with #D535B8

Text Example


Text Example

White with #D535B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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