Html Css Color HEX #D73EDB Free Speech Magenta

📋 copy color: '#D73EDB'

red 215 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Magenta #D73EDB

Tints of Free Speech Magenta #D73EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.5%

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

R = 43.35%
G = 12.5%
B = 44.15%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D73EDB (or 0xD73EDB) is known color: Free Speech Magenta. HEX triplet: D7, 3E and DB. RGB value is (215,62,219). Sum of RGB (Red+Green+Blue) = 215+62+219=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #D73EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EDB is #28C124. Grayscale: #7D7D7D. Windows color (decimal): -2670885 or 14368471. OLE color: 14368471.

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

Color convert

RGB 215 62 219 -
CMYK 0.02 0.72 0 0.14
HSL 298.47º 0.69% 0.55% -
HSV(B) 298.47º 0.72% 0.86% -
XYZ 42.53 23.01 69.22 -
YUV 125.65 180.69 191.73 -
System Red Green Blue C M Y K H S L
Decimal 215 62 219 0.02 0.72 0 0.14 298.47 0.69 0.55
Hex D7 3E DB 2 48 0 E 12A 45 37
Octal 327 76 333 2 110 0 16 452 105 67
Binary 11010111 111110 11011011 10 1001000 0 1110 100101010 1000101 110111

Color Harmonies of #D73EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73EDB

Black with #D73EDB

Text Example


Text Example

White with #D73EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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