Html Css Color HEX #D952ED Free Speech Magenta

📋 copy color: '#D952ED'

red 217 ◦ green 82 ◦ blue 237

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

Shades of Free Speech Magenta #D952ED

Tints of Free Speech Magenta #D952ED

RGB

 RED value IS 217 (85.16% from 255) = 40.49%

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 40.49%
G = 15.3%
B = 44.22%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D952ED (or 0xD952ED) is known color: Free Speech Magenta. HEX triplet: D9, 52 and ED. RGB value is (217,82,237). Sum of RGB (Red+Green+Blue) = 217+82+237=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #D952ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D952ED is #26AD12. Grayscale: #8B8B8B. Windows color (decimal): -2534675 or 15553241. OLE color: 15553241.

HSL color Cylindrical-coordinate representation of color #D952ED: hue angle of 292.26º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D952ED is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 82 237 -
CMYK 0.08 0.65 0 0.07
HSL 292.26º 0.81% 0.63% -
HSV(B) 292.26º 0.65% 0.93% -
XYZ 46.92 26.9 82.84 -
YUV 140.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 217 82 237 0.08 0.65 0 0.07 292.26 0.81 0.63
Hex D9 52 ED 8 41 0 7 124 51 3F
Octal 331 122 355 10 101 0 7 444 121 77
Binary 11011001 1010010 11101101 1000 1000001 0 111 100100100 1010001 111111

Color Harmonies of #D952ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952ED

Black with #D952ED

Text Example


Text Example

White with #D952ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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