Html Css Color HEX #D535F2 Free Speech Magenta

📋 copy color: '#D535F2'

red 213 ◦ green 53 ◦ blue 242

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

Shades of Free Speech Magenta #D535F2

Tints of Free Speech Magenta #D535F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.64%

R = 41.93%
G = 10.43%
B = 47.64%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D535F2 (or 0xD535F2) is known color: Free Speech Magenta. HEX triplet: D5, 35 and F2. RGB value is (213,53,242). Sum of RGB (Red+Green+Blue) = 213+53+242=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 53 (21.09% from 255 or 10.43% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #D535F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D535F2 is #2ACA0D. Grayscale: #797979. Windows color (decimal): -2804238 or 15873493. OLE color: 15873493.

HSL color Cylindrical-coordinate representation of color #D535F2: hue angle of 290.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D535F2 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 53 242 -
CMYK 0.12 0.78 0 0.05
HSL 290.79º 0.88% 0.58% -
HSV(B) 290.79º 0.78% 0.95% -
XYZ 44.74 23.1 86.11 -
YUV 122.39 195.51 192.63 -
System Red Green Blue C M Y K H S L
Decimal 213 53 242 0.12 0.78 0 0.05 290.79 0.88 0.58
Hex D5 35 F2 C 4E 0 5 123 58 3A
Octal 325 65 362 14 116 0 5 443 130 72
Binary 11010101 110101 11110010 1100 1001110 0 101 100100011 1011000 111010

Color Harmonies of #D535F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535F2

Black with #D535F2

Text Example


Text Example

White with #D535F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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