Html Css Color HEX #D953CD Free Speech Magenta

📋 copy color: '#D953CD'

red 217 ◦ green 83 ◦ blue 205

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

Shades of Free Speech Magenta #D953CD

Tints of Free Speech Magenta #D953CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 42.97%
G = 16.44%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D953CD (or 0xD953CD) is known color: Free Speech Magenta. HEX triplet: D9, 53 and CD. RGB value is (217,83,205). Sum of RGB (Red+Green+Blue) = 217+83+205=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D953CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953CD is #26AC32. Grayscale: #888888. Windows color (decimal): -2534451 or 13456345. OLE color: 13456345.

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

Color convert

RGB 217 83 205 -
CMYK 0 0.62 0.06 0.15
HSL 305.37º 0.64% 0.59% -
HSV(B) 305.37º 0.62% 0.85% -
XYZ 42.73 25.35 60.4 -
YUV 136.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 217 83 205 0 0.62 0.06 0.15 305.37 0.64 0.59
Hex D9 53 CD 0 3E 6 F 131 40 3B
Octal 331 123 315 0 76 6 17 461 100 73
Binary 11011001 1010011 11001101 0 111110 110 1111 100110001 1000000 111011

Color Harmonies of #D953CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953CD

Black with #D953CD

Text Example


Text Example

White with #D953CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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