Html Css Color HEX #D953E5 Free Speech Magenta

📋 copy color: '#D953E5'

red 217 ◦ green 83 ◦ blue 229

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

Shades of Free Speech Magenta #D953E5

Tints of Free Speech Magenta #D953E5

RGB

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

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

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

R = 41.02%
G = 15.69%
B = 43.29%

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

#D953E5 (or 0xD953E5) is known color: Free Speech Magenta. HEX triplet: D9, 53 and E5. RGB value is (217,83,229). Sum of RGB (Red+Green+Blue) = 217+83+229=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #D953E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953E5 is #26AC1A. Grayscale: #8B8B8B. Windows color (decimal): -2534427 or 15029209. OLE color: 15029209.

HSL color Cylindrical-coordinate representation of color #D953E5: hue angle of 295.07º 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 #D953E5 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 83 229 -
CMYK 0.05 0.64 0 0.10
HSL 295.07º 0.74% 0.61% -
HSV(B) 295.07º 0.64% 0.9% -
XYZ 45.85 26.6 76.85 -
YUV 139.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 217 83 229 0.05 0.64 0 0.10 295.07 0.74 0.61
Hex D9 53 E5 5 40 0 A 127 4A 3D
Octal 331 123 345 5 100 0 12 447 112 75
Binary 11011001 1010011 11100101 101 1000000 0 1010 100100111 1001010 111101

Color Harmonies of #D953E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953E5

Black with #D953E5

Text Example


Text Example

White with #D953E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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