Html Css Color HEX #D535B5 Fuchsia

📋 copy color: '#D535B5'

red 213 ◦ green 53 ◦ blue 181

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

Shades of Fuchsia #D535B5

Tints of Fuchsia #D535B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.49%

R = 47.65%
G = 11.86%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D535B5 (or 0xD535B5) is known color: Fuchsia. HEX triplet: D5, 35 and B5. RGB value is (213,53,181). Sum of RGB (Red+Green+Blue) = 213+53+181=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D535B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535B5 is #2ACA4A. Grayscale: #737373. Windows color (decimal): -2804299 or 11875797. OLE color: 11875797.

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

Color convert

RGB 213 53 181 -
CMYK 0 0.75 0.15 0.16
HSL 312º 0.66% 0.52% -
HSV(B) 312º 0.75% 0.84% -
XYZ 37.05 20.03 45.63 -
YUV 115.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 213 53 181 0 0.75 0.15 0.16 312 0.66 0.52
Hex D5 35 B5 0 4B F 10 138 42 34
Octal 325 65 265 0 113 17 20 470 102 64
Binary 11010101 110101 10110101 0 1001011 1111 10000 100111000 1000010 110100

Color Harmonies of #D535B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535B5

Black with #D535B5

Text Example


Text Example

White with #D535B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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