Html Css Color HEX #D85DD5 Free Speech Magenta

📋 copy color: '#D85DD5'

red 216 ◦ green 93 ◦ blue 213

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

Shades of Free Speech Magenta #D85DD5

Tints of Free Speech Magenta #D85DD5

RGB

 RED value IS 216 (84.77% from 255) = 41.38%

 GREEN value IS 93 (36.72% from 255) = 17.82%

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 41.38%
G = 17.82%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D85DD5 (or 0xD85DD5) is known color: Free Speech Magenta. HEX triplet: D8, 5D and D5. RGB value is (216,93,213). Sum of RGB (Red+Green+Blue) = 216+93+213=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DD5 is #27A22A. Grayscale: #8F8F8F. Windows color (decimal): -2597419 or 13983192. OLE color: 13983192.

HSL color Cylindrical-coordinate representation of color #D85DD5: hue angle of 301.46º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85DD5 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 93 213 -
CMYK 0 0.57 0.01 0.15
HSL 301.46º 0.61% 0.61% -
HSV(B) 301.46º 0.57% 0.85% -
XYZ 44.24 27.23 65.88 -
YUV 143.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 216 93 213 0 0.57 0.01 0.15 301.46 0.61 0.61
Hex D8 5D D5 0 39 1 F 12D 3D 3D
Octal 330 135 325 0 71 1 17 455 75 75
Binary 11011000 1011101 11010101 0 111001 1 1111 100101101 111101 111101

Color Harmonies of #D85DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DD5

Black with #D85DD5

Text Example


Text Example

White with #D85DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DD5; }

 p { color: rgb(216,93,213); }

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

background-color css

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

 a { background-color: rgb(216,93,213); }

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

border-color css

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

 span { border-color: rgb(216,93,213); }

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