Html Css Color HEX #D85ADB Free Speech Magenta

📋 copy color: '#D85ADB'

red 216 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #D85ADB

Tints of Free Speech Magenta #D85ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 41.14%
G = 17.14%
B = 41.71%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D85ADB (or 0xD85ADB) is known color: Free Speech Magenta. HEX triplet: D8, 5A and DB. RGB value is (216,90,219). Sum of RGB (Red+Green+Blue) = 216+90+219=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #D85ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ADB is #27A524. Grayscale: #8D8D8D. Windows color (decimal): -2598181 or 14375640. OLE color: 14375640.

HSL color Cylindrical-coordinate representation of color #D85ADB: hue angle of 298.6º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85ADB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 90 219 -
CMYK 0.01 0.59 0 0.14
HSL 298.6º 0.64% 0.61% -
HSV(B) 298.6º 0.59% 0.86% -
XYZ 44.76 27.03 69.88 -
YUV 142.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 216 90 219 0.01 0.59 0 0.14 298.6 0.64 0.61
Hex D8 5A DB 1 3B 0 E 12B 40 3D
Octal 330 132 333 1 73 0 16 453 100 75
Binary 11011000 1011010 11011011 1 111011 0 1110 100101011 1000000 111101

Color Harmonies of #D85ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85ADB

Black with #D85ADB

Text Example


Text Example

White with #D85ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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