Html Css Color HEX #D753E0 Free Speech Magenta

📋 copy color: '#D753E0'

red 215 ◦ green 83 ◦ blue 224

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

Shades of Free Speech Magenta #D753E0

Tints of Free Speech Magenta #D753E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 41.19%
G = 15.9%
B = 42.91%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D753E0 (or 0xD753E0) is known color: Free Speech Magenta. HEX triplet: D7, 53 and E0. RGB value is (215,83,224). Sum of RGB (Red+Green+Blue) = 215+83+224=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #D753E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753E0 is #28AC1F. Grayscale: #8A8A8A. Windows color (decimal): -2665504 or 14701527. OLE color: 14701527.

HSL color Cylindrical-coordinate representation of color #D753E0: hue angle of 296.17º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D753E0 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 83 224 -
CMYK 0.04 0.63 0 0.12
HSL 296.17º 0.69% 0.6% -
HSV(B) 296.17º 0.63% 0.88% -
XYZ 44.57 26.02 73.19 -
YUV 138.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 215 83 224 0.04 0.63 0 0.12 296.17 0.69 0.6
Hex D7 53 E0 4 3F 0 C 128 45 3C
Octal 327 123 340 4 77 0 14 450 105 74
Binary 11010111 1010011 11100000 100 111111 0 1100 100101000 1000101 111100

Color Harmonies of #D753E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D753E0

Black with #D753E0

Text Example


Text Example

White with #D753E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D753E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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