Html Css Color HEX #D85FDD Free Speech Magenta

📋 copy color: '#D85FDD'

red 216 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #D85FDD

Tints of Free Speech Magenta #D85FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.86%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 40.6%
G = 17.86%
B = 41.54%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D85FDD (or 0xD85FDD) is known color: Free Speech Magenta. HEX triplet: D8, 5F and DD. RGB value is (216,95,221). Sum of RGB (Red+Green+Blue) = 216+95+221=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #D85FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85FDD is #27A022. Grayscale: #919191. Windows color (decimal): -2596899 or 14507992. OLE color: 14507992.

HSL color Cylindrical-coordinate representation of color #D85FDD: hue angle of 297.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85FDD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 95 221 -
CMYK 0.02 0.57 0 0.13
HSL 297.62º 0.65% 0.62% -
HSV(B) 297.62º 0.57% 0.87% -
XYZ 45.46 28 71.42 -
YUV 145.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 216 95 221 0.02 0.57 0 0.13 297.62 0.65 0.62
Hex D8 5F DD 2 39 0 D 12A 41 3E
Octal 330 137 335 2 71 0 15 452 101 76
Binary 11011000 1011111 11011101 10 111001 0 1101 100101010 1000001 111110

Color Harmonies of #D85FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85FDD

Black with #D85FDD

Text Example


Text Example

White with #D85FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85FDD; }

 p { color: rgb(216,95,221); }

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

background-color css

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

 a { background-color: rgb(216,95,221); }

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

border-color css

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

 span { border-color: rgb(216,95,221); }

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