Html Css Color HEX #D532DB Free Speech Magenta

📋 copy color: '#D532DB'

red 213 ◦ green 50 ◦ blue 219

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

Shades of Free Speech Magenta #D532DB

Tints of Free Speech Magenta #D532DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 44.19%
G = 10.37%
B = 45.44%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D532DB (or 0xD532DB) is known color: Free Speech Magenta. HEX triplet: D5, 32 and DB. RGB value is (213,50,219). Sum of RGB (Red+Green+Blue) = 213+50+219=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #D532DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532DB is #2ACD24. Grayscale: #757575. Windows color (decimal): -2805029 or 14365397. OLE color: 14365397.

HSL color Cylindrical-coordinate representation of color #D532DB: hue angle of 297.87º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D532DB is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 50 219 -
CMYK 0.03 0.77 0 0.14
HSL 297.87º 0.7% 0.53% -
HSV(B) 297.87º 0.77% 0.86% -
XYZ 41.37 21.54 69 -
YUV 118 185 195.76 -
System Red Green Blue C M Y K H S L
Decimal 213 50 219 0.03 0.77 0 0.14 297.87 0.7 0.53
Hex D5 32 DB 3 4D 0 E 12A 46 35
Octal 325 62 333 3 115 0 16 452 106 65
Binary 11010101 110010 11011011 11 1001101 0 1110 100101010 1000110 110101

Color Harmonies of #D532DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532DB

Black with #D532DB

Text Example


Text Example

White with #D532DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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