Html Css Color HEX #D73ADB Free Speech Magenta

📋 copy color: '#D73ADB'

red 215 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Magenta #D73ADB

Tints of Free Speech Magenta #D73ADB

RGB

 RED value IS 215 (84.38% from 255) = 43.7%

 GREEN value IS 58 (23.05% from 255) = 11.79%

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

R = 43.7%
G = 11.79%
B = 44.51%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D73ADB (or 0xD73ADB) is known color: Free Speech Magenta. HEX triplet: D7, 3A and DB. RGB value is (215,58,219). Sum of RGB (Red+Green+Blue) = 215+58+219=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #D73ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ADB is #28C524. Grayscale: #7A7A7A. Windows color (decimal): -2671909 or 14367447. OLE color: 14367447.

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

Color convert

RGB 215 58 219 -
CMYK 0.02 0.74 0 0.14
HSL 298.51º 0.69% 0.54% -
HSV(B) 298.51º 0.74% 0.86% -
XYZ 42.32 22.59 69.15 -
YUV 123.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 215 58 219 0.02 0.74 0 0.14 298.51 0.69 0.54
Hex D7 3A DB 2 4A 0 E 12B 45 36
Octal 327 72 333 2 112 0 16 453 105 66
Binary 11010111 111010 11011011 10 1001010 0 1110 100101011 1000101 110110

Color Harmonies of #D73ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73ADB

Black with #D73ADB

Text Example


Text Example

White with #D73ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73ADB; }

 p { color: rgb(215,58,219); }

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

background-color css

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

 a { background-color: rgb(215,58,219); }

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

border-color css

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

 span { border-color: rgb(215,58,219); }

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