Html Css Color HEX #D85DDB Free Speech Magenta

📋 copy color: '#D85DDB'

red 216 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #D85DDB

Tints of Free Speech Magenta #D85DDB

RGB

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

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

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

R = 40.91%
G = 17.61%
B = 41.48%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D85DDB (or 0xD85DDB) is known color: Free Speech Magenta. HEX triplet: D8, 5D and DB. RGB value is (216,93,219). Sum of RGB (Red+Green+Blue) = 216+93+219=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #D85DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DDB is #27A224. Grayscale: #8F8F8F. Windows color (decimal): -2597413 or 14376408. OLE color: 14376408.

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

Color convert

RGB 216 93 219 -
CMYK 0.01 0.58 0 0.14
HSL 298.57º 0.64% 0.61% -
HSV(B) 298.57º 0.58% 0.86% -
XYZ 45.02 27.54 69.96 -
YUV 144.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 216 93 219 0.01 0.58 0 0.14 298.57 0.64 0.61
Hex D8 5D DB 1 3A 0 E 12B 40 3D
Octal 330 135 333 1 72 0 16 453 100 75
Binary 11011000 1011101 11011011 1 111010 0 1110 100101011 1000000 111101

Color Harmonies of #D85DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DDB

Black with #D85DDB

Text Example


Text Example

White with #D85DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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