Html Css Color HEX #D150DF Free Speech Magenta

📋 copy color: '#D150DF'

red 209 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #D150DF

Tints of Free Speech Magenta #D150DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.63%

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 40.82%
G = 15.63%
B = 43.55%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D150DF (or 0xD150DF) is known color: Free Speech Magenta. HEX triplet: D1, 50 and DF. RGB value is (209,80,223). Sum of RGB (Red+Green+Blue) = 209+80+223=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #D150DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150DF is #2EAF20. Grayscale: #868686. Windows color (decimal): -3059489 or 14635217. OLE color: 14635217.

HSL color Cylindrical-coordinate representation of color #D150DF: hue angle of 294.13º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D150DF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 80 223 -
CMYK 0.06 0.64 0 0.13
HSL 294.13º 0.69% 0.59% -
HSV(B) 294.13º 0.64% 0.87% -
XYZ 42.48 24.62 72.33 -
YUV 134.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 209 80 223 0.06 0.64 0 0.13 294.13 0.69 0.59
Hex D1 50 DF 6 40 0 D 126 45 3B
Octal 321 120 337 6 100 0 15 446 105 73
Binary 11010001 1010000 11011111 110 1000000 0 1101 100100110 1000101 111011

Color Harmonies of #D150DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150DF

Black with #D150DF

Text Example


Text Example

White with #D150DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150DF; }

 p { color: rgb(209,80,223); }

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

background-color css

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

 a { background-color: rgb(209,80,223); }

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

border-color css

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

 span { border-color: rgb(209,80,223); }

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