Html Css Color HEX #D532EF Free Speech Magenta

📋 copy color: '#D532EF'

red 213 ◦ green 50 ◦ blue 239

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

Shades of Free Speech Magenta #D532EF

Tints of Free Speech Magenta #D532EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.96%

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 42.43%
G = 9.96%
B = 47.61%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D532EF (or 0xD532EF) is known color: Free Speech Magenta. HEX triplet: D5, 32 and EF. RGB value is (213,50,239). Sum of RGB (Red+Green+Blue) = 213+50+239=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #D532EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532EF is #2ACD10. Grayscale: #777777. Windows color (decimal): -2805009 or 15676117. OLE color: 15676117.

HSL color Cylindrical-coordinate representation of color #D532EF: hue angle of 291.75º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D532EF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 50 239 -
CMYK 0.11 0.79 0 0.06
HSL 291.75º 0.86% 0.57% -
HSV(B) 291.75º 0.79% 0.94% -
XYZ 44.16 22.66 83.71 -
YUV 120.28 195 194.13 -
System Red Green Blue C M Y K H S L
Decimal 213 50 239 0.11 0.79 0 0.06 291.75 0.86 0.57
Hex D5 32 EF B 4F 0 6 124 56 39
Octal 325 62 357 13 117 0 6 444 126 71
Binary 11010101 110010 11101111 1011 1001111 0 110 100100100 1010110 111001

Color Harmonies of #D532EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532EF

Black with #D532EF

Text Example


Text Example

White with #D532EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532EF; }

 p { color: rgb(213,50,239); }

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

background-color css

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

 a { background-color: rgb(213,50,239); }

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

border-color css

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

 span { border-color: rgb(213,50,239); }

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