Html Css Color HEX #D74EDB Free Speech Magenta

📋 copy color: '#D74EDB'

red 215 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #D74EDB

Tints of Free Speech Magenta #D74EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.23%

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

R = 41.99%
G = 15.23%
B = 42.77%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D74EDB (or 0xD74EDB) is known color: Free Speech Magenta. HEX triplet: D7, 4E and DB. RGB value is (215,78,219). Sum of RGB (Red+Green+Blue) = 215+78+219=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #D74EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EDB is #28B124. Grayscale: #868686. Windows color (decimal): -2666789 or 14372567. OLE color: 14372567.

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

Color convert

RGB 215 78 219 -
CMYK 0.02 0.64 0 0.14
HSL 298.3º 0.66% 0.58% -
HSV(B) 298.3º 0.64% 0.86% -
XYZ 43.53 25.01 69.55 -
YUV 135.04 175.39 185.04 -
System Red Green Blue C M Y K H S L
Decimal 215 78 219 0.02 0.64 0 0.14 298.3 0.66 0.58
Hex D7 4E DB 2 40 0 E 12A 42 3A
Octal 327 116 333 2 100 0 16 452 102 72
Binary 11010111 1001110 11011011 10 1000000 0 1110 100101010 1000010 111010

Color Harmonies of #D74EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EDB

Black with #D74EDB

Text Example


Text Example

White with #D74EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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