Html Css Color HEX #D535C9 Fuchsia

📋 copy color: '#D535C9'

red 213 ◦ green 53 ◦ blue 201

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

Shades of Fuchsia #D535C9

Tints of Fuchsia #D535C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 45.61%
G = 11.35%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D535C9 (or 0xD535C9) is known color: Fuchsia. HEX triplet: D5, 35 and C9. RGB value is (213,53,201). Sum of RGB (Red+Green+Blue) = 213+53+201=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D535C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535C9 is #2ACA36. Grayscale: #757575. Windows color (decimal): -2804279 or 13186517. OLE color: 13186517.

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

Color convert

RGB 213 53 201 -
CMYK 0 0.75 0.06 0.16
HSL 304.5º 0.66% 0.52% -
HSV(B) 304.5º 0.75% 0.84% -
XYZ 39.26 20.91 57.23 -
YUV 117.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 213 53 201 0 0.75 0.06 0.16 304.5 0.66 0.52
Hex D5 35 C9 0 4B 6 10 130 42 34
Octal 325 65 311 0 113 6 20 460 102 64
Binary 11010101 110101 11001001 0 1001011 110 10000 100110000 1000010 110100

Color Harmonies of #D535C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535C9

Black with #D535C9

Text Example


Text Example

White with #D535C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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