Html Css Color HEX #D953DA Free Speech Magenta

📋 copy color: '#D953DA'

red 217 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #D953DA

Tints of Free Speech Magenta #D953DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 41.89%
G = 16.02%
B = 42.08%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D953DA (or 0xD953DA) is known color: Free Speech Magenta. HEX triplet: D9, 53 and DA. RGB value is (217,83,218). Sum of RGB (Red+Green+Blue) = 217+83+218=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #D953DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953DA is #26AC25. Grayscale: #8A8A8A. Windows color (decimal): -2534438 or 14308313. OLE color: 14308313.

HSL color Cylindrical-coordinate representation of color #D953DA: hue angle of 299.56º degrees, saturation: 0.65, 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 #D953DA is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 218 -
CMYK 0.00 0.62 0 0.15
HSL 299.56º 0.65% 0.59% -
HSV(B) 299.56º 0.62% 0.85% -
XYZ 44.36 26 69.01 -
YUV 138.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 217 83 218 0.00 0.62 0 0.15 299.56 0.65 0.59
Hex D9 53 DA 0 3E 0 F 12C 41 3B
Octal 331 123 332 0 76 0 17 454 101 73
Binary 11011001 1010011 11011010 0 111110 0 1111 100101100 1000001 111011

Color Harmonies of #D953DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953DA

Black with #D953DA

Text Example


Text Example

White with #D953DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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