Html Css Color HEX #D952E1 Free Speech Magenta

📋 copy color: '#D952E1'

red 217 ◦ green 82 ◦ blue 225

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

Shades of Free Speech Magenta #D952E1

Tints of Free Speech Magenta #D952E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.94%

R = 41.41%
G = 15.65%
B = 42.94%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D952E1 (or 0xD952E1) is known color: Free Speech Magenta. HEX triplet: D9, 52 and E1. RGB value is (217,82,225). Sum of RGB (Red+Green+Blue) = 217+82+225=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #D952E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952E1 is #26AD1E. Grayscale: #8A8A8A. Windows color (decimal): -2534687 or 14766809. OLE color: 14766809.

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

Color convert

RGB 217 82 225 -
CMYK 0.04 0.64 0 0.12
HSL 296.64º 0.7% 0.6% -
HSV(B) 296.64º 0.64% 0.88% -
XYZ 45.22 26.22 73.91 -
YUV 138.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 217 82 225 0.04 0.64 0 0.12 296.64 0.7 0.6
Hex D9 52 E1 4 40 0 C 129 46 3C
Octal 331 122 341 4 100 0 14 451 106 74
Binary 11011001 1010010 11100001 100 1000000 0 1100 100101001 1000110 111100

Color Harmonies of #D952E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952E1

Black with #D952E1

Text Example


Text Example

White with #D952E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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