Html Css Color HEX #D150D5 Free Speech Magenta

📋 copy color: '#D150D5'

red 209 ◦ green 80 ◦ blue 213

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

Shades of Free Speech Magenta #D150D5

Tints of Free Speech Magenta #D150D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 41.63%
G = 15.94%
B = 42.43%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D150D5 (or 0xD150D5) is known color: Free Speech Magenta. HEX triplet: D1, 50 and D5. RGB value is (209,80,213). Sum of RGB (Red+Green+Blue) = 209+80+213=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #D150D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150D5 is #2EAF2A. Grayscale: #858585. Windows color (decimal): -3059499 or 13979857. OLE color: 13979857.

HSL color Cylindrical-coordinate representation of color #D150D5: hue angle of 298.2º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D150D5 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 80 213 -
CMYK 0.02 0.62 0 0.16
HSL 298.2º 0.61% 0.57% -
HSV(B) 298.2º 0.62% 0.84% -
XYZ 41.17 24.1 65.43 -
YUV 133.73 172.74 181.69 -
System Red Green Blue C M Y K H S L
Decimal 209 80 213 0.02 0.62 0 0.16 298.2 0.61 0.57
Hex D1 50 D5 2 3E 0 10 12A 3D 39
Octal 321 120 325 2 76 0 20 452 75 71
Binary 11010001 1010000 11010101 10 111110 0 10000 100101010 111101 111001

Color Harmonies of #D150D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150D5

Black with #D150D5

Text Example


Text Example

White with #D150D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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