Html Css Color HEX #D14DDB Free Speech Magenta

📋 copy color: '#D14DDB'

red 209 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #D14DDB

Tints of Free Speech Magenta #D14DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.25%

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

R = 41.39%
G = 15.25%
B = 43.37%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D14DDB (or 0xD14DDB) is known color: Free Speech Magenta. HEX triplet: D1, 4D and DB. RGB value is (209,77,219). Sum of RGB (Red+Green+Blue) = 209+77+219=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #D14DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DDB is #2EB224. Grayscale: #848484. Windows color (decimal): -3060261 or 14372305. OLE color: 14372305.

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

Color convert

RGB 209 77 219 -
CMYK 0.05 0.65 0 0.14
HSL 295.77º 0.66% 0.58% -
HSV(B) 295.77º 0.65% 0.86% -
XYZ 41.73 23.98 69.45 -
YUV 132.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 209 77 219 0.05 0.65 0 0.14 295.77 0.66 0.58
Hex D1 4D DB 5 41 0 E 128 42 3A
Octal 321 115 333 5 101 0 16 450 102 72
Binary 11010001 1001101 11011011 101 1000001 0 1110 100101000 1000010 111010

Color Harmonies of #D14DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DDB

Black with #D14DDB

Text Example


Text Example

White with #D14DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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