Html Css Color HEX #D150D7 Free Speech Magenta

📋 copy color: '#D150D7'

red 209 ◦ green 80 ◦ blue 215

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

Shades of Free Speech Magenta #D150D7

Tints of Free Speech Magenta #D150D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 41.47%
G = 15.87%
B = 42.66%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D150D7 (or 0xD150D7) is known color: Free Speech Magenta. HEX triplet: D1, 50 and D7. RGB value is (209,80,215). Sum of RGB (Red+Green+Blue) = 209+80+215=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #D150D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150D7 is #2EAF28. Grayscale: #858585. Windows color (decimal): -3059497 or 14110929. OLE color: 14110929.

HSL color Cylindrical-coordinate representation of color #D150D7: hue angle of 297.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D150D7 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 80 215 -
CMYK 0.03 0.63 0 0.16
HSL 297.33º 0.63% 0.58% -
HSV(B) 297.33º 0.63% 0.84% -
XYZ 41.43 24.2 66.78 -
YUV 133.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 209 80 215 0.03 0.63 0 0.16 297.33 0.63 0.58
Hex D1 50 D7 3 3F 0 10 129 3F 3A
Octal 321 120 327 3 77 0 20 451 77 72
Binary 11010001 1010000 11010111 11 111111 0 10000 100101001 111111 111010

Color Harmonies of #D150D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150D7

Black with #D150D7

Text Example


Text Example

White with #D150D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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