Html Css Color HEX #D73BDB Free Speech Magenta

📋 copy color: '#D73BDB'

red 215 ◦ green 59 ◦ blue 219

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

Shades of Free Speech Magenta #D73BDB

Tints of Free Speech Magenta #D73BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.97%

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

R = 43.61%
G = 11.97%
B = 44.42%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D73BDB (or 0xD73BDB) is known color: Free Speech Magenta. HEX triplet: D7, 3B and DB. RGB value is (215,59,219). Sum of RGB (Red+Green+Blue) = 215+59+219=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #D73BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BDB is #28C424. Grayscale: #7B7B7B. Windows color (decimal): -2671653 or 14367703. OLE color: 14367703.

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

Color convert

RGB 215 59 219 -
CMYK 0.02 0.73 0 0.14
HSL 298.5º 0.69% 0.55% -
HSV(B) 298.5º 0.73% 0.86% -
XYZ 42.37 22.69 69.16 -
YUV 123.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 215 59 219 0.02 0.73 0 0.14 298.5 0.69 0.55
Hex D7 3B DB 2 49 0 E 12A 45 37
Octal 327 73 333 2 111 0 16 452 105 67
Binary 11010111 111011 11011011 10 1001001 0 1110 100101010 1000101 110111

Color Harmonies of #D73BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73BDB

Black with #D73BDB

Text Example


Text Example

White with #D73BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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