Html Css Color HEX #D535B2 Fuchsia

📋 copy color: '#D535B2'

red 213 ◦ green 53 ◦ blue 178

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

Shades of Fuchsia #D535B2

Tints of Fuchsia #D535B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 47.97%
G = 11.94%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D535B2 (or 0xD535B2) is known color: Fuchsia. HEX triplet: D5, 35 and B2. RGB value is (213,53,178). Sum of RGB (Red+Green+Blue) = 213+53+178=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D535B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D535B2 is #2ACA4D. Grayscale: #727272. Windows color (decimal): -2804302 or 11679189. OLE color: 11679189.

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

Color convert

RGB 213 53 178 -
CMYK 0 0.75 0.16 0.16
HSL 313.13º 0.66% 0.52% -
HSV(B) 313.13º 0.75% 0.84% -
XYZ 36.75 19.91 44.02 -
YUV 115.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 213 53 178 0 0.75 0.16 0.16 313.13 0.66 0.52
Hex D5 35 B2 0 4B 10 10 139 42 34
Octal 325 65 262 0 113 20 20 471 102 64
Binary 11010101 110101 10110010 0 1001011 10000 10000 100111001 1000010 110100

Color Harmonies of #D535B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535B2

Black with #D535B2

Text Example


Text Example

White with #D535B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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