Html Css Color HEX #D753D7 Free Speech Magenta

📋 copy color: '#D753D7'

red 215 ◦ green 83 ◦ blue 215

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

Shades of Free Speech Magenta #D753D7

Tints of Free Speech Magenta #D753D7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.18%

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

R = 41.91%
G = 16.18%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D753D7 (or 0xD753D7) is known color: Free Speech Magenta. HEX triplet: D7, 53 and D7. RGB value is (215,83,215). Sum of RGB (Red+Green+Blue) = 215+83+215=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D753D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753D7 is #28AC28. Grayscale: #898989. Windows color (decimal): -2665513 or 14111703. OLE color: 14111703.

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

Color convert

RGB 215 83 215 -
CMYK 0 0.61 0 0.16
HSL 300º 0.62% 0.58% -
HSV(B) 300º 0.61% 0.84% -
XYZ 43.38 25.54 66.93 -
YUV 137.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 215 83 215 0 0.61 0 0.16 300 0.62 0.58
Hex D7 53 D7 0 3D 0 10 12C 3E 3A
Octal 327 123 327 0 75 0 20 454 76 72
Binary 11010111 1010011 11010111 0 111101 0 10000 100101100 111110 111010

Color Harmonies of #D753D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D753D7

Black with #D753D7

Text Example


Text Example

White with #D753D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D753D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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