Html Css Color HEX #D93ADB Free Speech Magenta

📋 copy color: '#D93ADB'

red 217 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Magenta #D93ADB

Tints of Free Speech Magenta #D93ADB

RGB

 RED value IS 217 (85.16% from 255) = 43.93%

 GREEN value IS 58 (23.05% from 255) = 11.74%

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

R = 43.93%
G = 11.74%
B = 44.33%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D93ADB (or 0xD93ADB) is known color: Free Speech Magenta. HEX triplet: D9, 3A and DB. RGB value is (217,58,219). Sum of RGB (Red+Green+Blue) = 217+58+219=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #D93ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93ADB is #26C524. Grayscale: #7B7B7B. Windows color (decimal): -2540837 or 14367449. OLE color: 14367449.

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

Color convert

RGB 217 58 219 -
CMYK 0.01 0.74 0 0.14
HSL 299.25º 0.69% 0.54% -
HSV(B) 299.25º 0.74% 0.86% -
XYZ 42.91 22.89 69.17 -
YUV 123.9 181.68 194.41 -
System Red Green Blue C M Y K H S L
Decimal 217 58 219 0.01 0.74 0 0.14 299.25 0.69 0.54
Hex D9 3A DB 1 4A 0 E 12B 45 36
Octal 331 72 333 1 112 0 16 453 105 66
Binary 11011001 111010 11011011 1 1001010 0 1110 100101011 1000101 110110

Color Harmonies of #D93ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93ADB

Black with #D93ADB

Text Example


Text Example

White with #D93ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93ADB; }

 p { color: rgb(217,58,219); }

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

background-color css

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

 a { background-color: rgb(217,58,219); }

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

border-color css

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

 span { border-color: rgb(217,58,219); }

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