Html Css Color HEX #D750D7 Free Speech Magenta

📋 copy color: '#D750D7'

red 215 ◦ green 80 ◦ blue 215

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

Shades of Free Speech Magenta #D750D7

Tints of Free Speech Magenta #D750D7

RGB

 RED value IS 215 (84.38% from 255) = 42.16%

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

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

R = 42.16%
G = 15.69%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D750D7 (or 0xD750D7) is known color: Free Speech Magenta. HEX triplet: D7, 50 and D7. RGB value is (215,80,215). Sum of RGB (Red+Green+Blue) = 215+80+215=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D750D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750D7 is #28AF28. Grayscale: #878787. Windows color (decimal): -2666281 or 14110935. OLE color: 14110935.

HSL color Cylindrical-coordinate representation of color #D750D7: hue angle of 300º 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 #D750D7 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 215 -
CMYK 0 0.63 0 0.16
HSL 300º 0.63% 0.58% -
HSV(B) 300º 0.63% 0.84% -
XYZ 43.16 25.09 66.86 -
YUV 135.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 215 80 215 0 0.63 0 0.16 300 0.63 0.58
Hex D7 50 D7 0 3F 0 10 12C 3F 3A
Octal 327 120 327 0 77 0 20 454 77 72
Binary 11010111 1010000 11010111 0 111111 0 10000 100101100 111111 111010

Color Harmonies of #D750D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750D7

Black with #D750D7

Text Example


Text Example

White with #D750D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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