Html Css Color HEX #D752D9 Free Speech Magenta

📋 copy color: '#D752D9'

red 215 ◦ green 82 ◦ blue 217

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

Shades of Free Speech Magenta #D752D9

Tints of Free Speech Magenta #D752D9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.95%

 BLUE value IS 217 (85.16% from 255) = 42.22%

R = 41.83%
G = 15.95%
B = 42.22%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D752D9 (or 0xD752D9) is known color: Free Speech Magenta. HEX triplet: D7, 52 and D9. RGB value is (215,82,217). Sum of RGB (Red+Green+Blue) = 215+82+217=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #D752D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752D9 is #28AD26. Grayscale: #888888. Windows color (decimal): -2665767 or 14242519. OLE color: 14242519.

HSL color Cylindrical-coordinate representation of color #D752D9: hue angle of 299.11º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D752D9 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 82 217 -
CMYK 0.01 0.62 0 0.15
HSL 299.11º 0.64% 0.59% -
HSV(B) 299.11º 0.62% 0.85% -
XYZ 43.57 25.49 68.27 -
YUV 137.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 215 82 217 0.01 0.62 0 0.15 299.11 0.64 0.59
Hex D7 52 D9 1 3E 0 F 12B 40 3B
Octal 327 122 331 1 76 0 17 453 100 73
Binary 11010111 1010010 11011001 1 111110 0 1111 100101011 1000000 111011

Color Harmonies of #D752D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752D9

Black with #D752D9

Text Example


Text Example

White with #D752D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752D9; }

 p { color: rgb(215,82,217); }

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

background-color css

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

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

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

border-color css

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

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

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