Html Css Color HEX #D537DB Free Speech Magenta

📋 copy color: '#D537DB'

red 213 ◦ green 55 ◦ blue 219

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

Shades of Free Speech Magenta #D537DB

Tints of Free Speech Magenta #D537DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.29%

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

R = 43.74%
G = 11.29%
B = 44.97%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D537DB (or 0xD537DB) is known color: Free Speech Magenta. HEX triplet: D5, 37 and DB. RGB value is (213,55,219). Sum of RGB (Red+Green+Blue) = 213+55+219=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #D537DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537DB is #2AC824. Grayscale: #787878. Windows color (decimal): -2803749 or 14366677. OLE color: 14366677.

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

Color convert

RGB 213 55 219 -
CMYK 0.03 0.75 0 0.14
HSL 297.8º 0.69% 0.54% -
HSV(B) 297.8º 0.75% 0.86% -
XYZ 41.59 21.99 69.07 -
YUV 120.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 213 55 219 0.03 0.75 0 0.14 297.8 0.69 0.54
Hex D5 37 DB 3 4B 0 E 12A 45 36
Octal 325 67 333 3 113 0 16 452 105 66
Binary 11010101 110111 11011011 11 1001011 0 1110 100101010 1000101 110110

Color Harmonies of #D537DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537DB

Black with #D537DB

Text Example


Text Example

White with #D537DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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