Html Css Color HEX #D14ADB Free Speech Magenta

📋 copy color: '#D14ADB'

red 209 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #D14ADB

Tints of Free Speech Magenta #D14ADB

RGB

 RED value IS 209 (82.03% from 255) = 41.63%

 GREEN value IS 74 (29.3% from 255) = 14.74%

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

R = 41.63%
G = 14.74%
B = 43.63%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D14ADB (or 0xD14ADB) is known color: Free Speech Magenta. HEX triplet: D1, 4A and DB. RGB value is (209,74,219). Sum of RGB (Red+Green+Blue) = 209+74+219=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #D14ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14ADB is #2EB524. Grayscale: #828282. Windows color (decimal): -3061029 or 14371537. OLE color: 14371537.

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

Color convert

RGB 209 74 219 -
CMYK 0.05 0.66 0 0.14
HSL 295.86º 0.67% 0.57% -
HSV(B) 295.86º 0.66% 0.86% -
XYZ 41.53 23.57 69.38 -
YUV 130.9 177.73 183.71 -
System Red Green Blue C M Y K H S L
Decimal 209 74 219 0.05 0.66 0 0.14 295.86 0.67 0.57
Hex D1 4A DB 5 42 0 E 128 43 39
Octal 321 112 333 5 102 0 16 450 103 71
Binary 11010001 1001010 11011011 101 1000010 0 1110 100101000 1000011 111001

Color Harmonies of #D14ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14ADB

Black with #D14ADB

Text Example


Text Example

White with #D14ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14ADB; }

 p { color: rgb(209,74,219); }

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

background-color css

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

 a { background-color: rgb(209,74,219); }

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

border-color css

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

 span { border-color: rgb(209,74,219); }

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