Html Css Color HEX #D15ADB Free Speech Magenta

📋 copy color: '#D15ADB'

red 209 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #D15ADB

Tints of Free Speech Magenta #D15ADB

RGB

 RED value IS 209 (82.03% from 255) = 40.35%

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

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

R = 40.35%
G = 17.37%
B = 42.28%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D15ADB (or 0xD15ADB) is known color: Free Speech Magenta. HEX triplet: D1, 5A and DB. RGB value is (209,90,219). Sum of RGB (Red+Green+Blue) = 209+90+219=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #D15ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ADB is #2EA524. Grayscale: #8B8B8B. Windows color (decimal): -3056933 or 14375633. OLE color: 14375633.

HSL color Cylindrical-coordinate representation of color #D15ADB: hue angle of 295.35º 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 #D15ADB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 90 219 -
CMYK 0.05 0.59 0 0.14
HSL 295.35º 0.64% 0.61% -
HSV(B) 295.35º 0.59% 0.86% -
XYZ 42.74 25.98 69.78 -
YUV 140.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 209 90 219 0.05 0.59 0 0.14 295.35 0.64 0.61
Hex D1 5A DB 5 3B 0 E 127 40 3D
Octal 321 132 333 5 73 0 16 447 100 75
Binary 11010001 1011010 11011011 101 111011 0 1110 100100111 1000000 111101

Color Harmonies of #D15ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ADB

Black with #D15ADB

Text Example


Text Example

White with #D15ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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