Html Css Color HEX #D952E5 Free Speech Magenta

📋 copy color: '#D952E5'

red 217 ◦ green 82 ◦ blue 229

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

Shades of Free Speech Magenta #D952E5

Tints of Free Speech Magenta #D952E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.37%

R = 41.1%
G = 15.53%
B = 43.37%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D952E5 (or 0xD952E5) is known color: Free Speech Magenta. HEX triplet: D9, 52 and E5. RGB value is (217,82,229). Sum of RGB (Red+Green+Blue) = 217+82+229=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #D952E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952E5 is #26AD1A. Grayscale: #8A8A8A. Windows color (decimal): -2534683 or 15028953. OLE color: 15028953.

HSL color Cylindrical-coordinate representation of color #D952E5: hue angle of 295.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D952E5 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 82 229 -
CMYK 0.05 0.64 0 0.10
HSL 295.1º 0.74% 0.61% -
HSV(B) 295.1º 0.64% 0.9% -
XYZ 45.78 26.44 76.82 -
YUV 139.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 217 82 229 0.05 0.64 0 0.10 295.1 0.74 0.61
Hex D9 52 E5 5 40 0 A 127 4A 3D
Octal 331 122 345 5 100 0 12 447 112 75
Binary 11011001 1010010 11100101 101 1000000 0 1010 100100111 1001010 111101

Color Harmonies of #D952E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952E5

Black with #D952E5

Text Example


Text Example

White with #D952E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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