Html Css Color HEX #D737D7 Free Speech Magenta

📋 copy color: '#D737D7'

red 215 ◦ green 55 ◦ blue 215

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

Shades of Free Speech Magenta #D737D7

Tints of Free Speech Magenta #D737D7

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.34%

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

R = 44.33%
G = 11.34%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D737D7 (or 0xD737D7) is known color: Free Speech Magenta. HEX triplet: D7, 37 and D7. RGB value is (215,55,215). Sum of RGB (Red+Green+Blue) = 215+55+215=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D737D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D737D7 is #28C828. Grayscale: #787878. Windows color (decimal): -2672681 or 14104535. OLE color: 14104535.

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

Color convert

RGB 215 55 215 -
CMYK 0 0.74 0 0.16
HSL 300º 0.67% 0.53% -
HSV(B) 300º 0.74% 0.84% -
XYZ 41.66 22.09 66.36 -
YUV 121.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 215 55 215 0 0.74 0 0.16 300 0.67 0.53
Hex D7 37 D7 0 4A 0 10 12C 43 35
Octal 327 67 327 0 112 0 20 454 103 65
Binary 11010111 110111 11010111 0 1001010 0 10000 100101100 1000011 110101

Color Harmonies of #D737D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D737D7

Black with #D737D7

Text Example


Text Example

White with #D737D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D737D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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