Html Css Color HEX #D535B6 Fuchsia

📋 copy color: '#D535B6'

red 213 ◦ green 53 ◦ blue 182

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

Shades of Fuchsia #D535B6

Tints of Fuchsia #D535B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.63%

R = 47.54%
G = 11.83%
B = 40.63%

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

#D535B6 (or 0xD535B6) is known color: Fuchsia. HEX triplet: D5, 35 and B6. RGB value is (213,53,182). Sum of RGB (Red+Green+Blue) = 213+53+182=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D535B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535B6 is #2ACA49. Grayscale: #737373. Windows color (decimal): -2804298 or 11941333. OLE color: 11941333.

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

Color convert

RGB 213 53 182 -
CMYK 0 0.75 0.15 0.16
HSL 311.63º 0.66% 0.52% -
HSV(B) 311.63º 0.75% 0.84% -
XYZ 37.16 20.07 46.17 -
YUV 115.55 165.51 197.51 -
System Red Green Blue C M Y K H S L
Decimal 213 53 182 0 0.75 0.15 0.16 311.63 0.66 0.52
Hex D5 35 B6 0 4B F 10 138 42 34
Octal 325 65 266 0 113 17 20 470 102 64
Binary 11010101 110101 10110110 0 1001011 1111 10000 100111000 1000010 110100

Color Harmonies of #D535B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535B6

Black with #D535B6

Text Example


Text Example

White with #D535B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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