Html Css Color HEX #D85AC6 Free Speech Magenta

📋 copy color: '#D85AC6'

red 216 ◦ green 90 ◦ blue 198

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

Shades of Free Speech Magenta #D85AC6

Tints of Free Speech Magenta #D85AC6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.86%

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 42.86%
G = 17.86%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D85AC6 (or 0xD85AC6) is known color: Free Speech Magenta. HEX triplet: D8, 5A and C6. RGB value is (216,90,198). Sum of RGB (Red+Green+Blue) = 216+90+198=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AC6 is #27A539. Grayscale: #8B8B8B. Windows color (decimal): -2598202 or 12999384. OLE color: 12999384.

HSL color Cylindrical-coordinate representation of color #D85AC6: hue angle of 308.57º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85AC6 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 198 -
CMYK 0 0.58 0.08 0.15
HSL 308.57º 0.62% 0.6% -
HSV(B) 308.57º 0.58% 0.85% -
XYZ 42.17 25.99 56.22 -
YUV 139.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 216 90 198 0 0.58 0.08 0.15 308.57 0.62 0.6
Hex D8 5A C6 0 3A 8 F 135 3E 3C
Octal 330 132 306 0 72 10 17 465 76 74
Binary 11011000 1011010 11000110 0 111010 1000 1111 100110101 111110 111100

Color Harmonies of #D85AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AC6

Black with #D85AC6

Text Example


Text Example

White with #D85AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AC6; }

 p { color: rgb(216,90,198); }

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

background-color css

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

 a { background-color: rgb(216,90,198); }

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

border-color css

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

 span { border-color: rgb(216,90,198); }

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