Html Css Color HEX #D75ADB Free Speech Magenta

📋 copy color: '#D75ADB'

red 215 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #D75ADB

Tints of Free Speech Magenta #D75ADB

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

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

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

R = 41.03%
G = 17.18%
B = 41.79%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D75ADB (or 0xD75ADB) is known color: Free Speech Magenta. HEX triplet: D7, 5A and DB. RGB value is (215,90,219). Sum of RGB (Red+Green+Blue) = 215+90+219=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #D75ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ADB is #28A524. Grayscale: #8D8D8D. Windows color (decimal): -2663717 or 14375639. OLE color: 14375639.

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

Color convert

RGB 215 90 219 -
CMYK 0.02 0.59 0 0.14
HSL 298.14º 0.64% 0.61% -
HSV(B) 298.14º 0.59% 0.86% -
XYZ 44.47 26.87 69.86 -
YUV 142.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 215 90 219 0.02 0.59 0 0.14 298.14 0.64 0.61
Hex D7 5A DB 2 3B 0 E 12A 40 3D
Octal 327 132 333 2 73 0 16 452 100 75
Binary 11010111 1011010 11011011 10 111011 0 1110 100101010 1000000 111101

Color Harmonies of #D75ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ADB

Black with #D75ADB

Text Example


Text Example

White with #D75ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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