Html Css Color HEX #D85DD1 Free Speech Magenta

📋 copy color: '#D85DD1'

red 216 ◦ green 93 ◦ blue 209

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

Shades of Free Speech Magenta #D85DD1

Tints of Free Speech Magenta #D85DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 41.7%
G = 17.95%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D85DD1 (or 0xD85DD1) is known color: Free Speech Magenta. HEX triplet: D8, 5D and D1. RGB value is (216,93,209). Sum of RGB (Red+Green+Blue) = 216+93+209=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DD1 is #27A22E. Grayscale: #8E8E8E. Windows color (decimal): -2597423 or 13721048. OLE color: 13721048.

HSL color Cylindrical-coordinate representation of color #D85DD1: hue angle of 303.41º 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 #D85DD1 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 93 209 -
CMYK 0 0.57 0.03 0.15
HSL 303.41º 0.61% 0.61% -
HSV(B) 303.41º 0.57% 0.85% -
XYZ 43.74 27.03 63.23 -
YUV 143 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 216 93 209 0 0.57 0.03 0.15 303.41 0.61 0.61
Hex D8 5D D1 0 39 3 F 12F 3D 3D
Octal 330 135 321 0 71 3 17 457 75 75
Binary 11011000 1011101 11010001 0 111001 11 1111 100101111 111101 111101

Color Harmonies of #D85DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DD1

Black with #D85DD1

Text Example


Text Example

White with #D85DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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