Html Css Color HEX #D535C5 Fuchsia

📋 copy color: '#D535C5'

red 213 ◦ green 53 ◦ blue 197

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

Shades of Fuchsia #D535C5

Tints of Fuchsia #D535C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.55%

R = 46%
G = 11.45%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D535C5 (or 0xD535C5) is known color: Fuchsia. HEX triplet: D5, 35 and C5. RGB value is (213,53,197). Sum of RGB (Red+Green+Blue) = 213+53+197=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D535C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535C5 is #2ACA3A. Grayscale: #747474. Windows color (decimal): -2804283 or 12924373. OLE color: 12924373.

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

Color convert

RGB 213 53 197 -
CMYK 0 0.75 0.08 0.16
HSL 306º 0.66% 0.52% -
HSV(B) 306º 0.75% 0.84% -
XYZ 38.79 20.72 54.78 -
YUV 117.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 213 53 197 0 0.75 0.08 0.16 306 0.66 0.52
Hex D5 35 C5 0 4B 8 10 132 42 34
Octal 325 65 305 0 113 10 20 462 102 64
Binary 11010101 110101 11000101 0 1001011 1000 10000 100110010 1000010 110100

Color Harmonies of #D535C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535C5

Black with #D535C5

Text Example


Text Example

White with #D535C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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