Html Css Color HEX #D95DDB Free Speech Magenta

📋 copy color: '#D95DDB'

red 217 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #D95DDB

Tints of Free Speech Magenta #D95DDB

RGB

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

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

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

R = 41.02%
G = 17.58%
B = 41.4%

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

#D95DDB (or 0xD95DDB) is known color: Free Speech Magenta. HEX triplet: D9, 5D and DB. RGB value is (217,93,219). Sum of RGB (Red+Green+Blue) = 217+93+219=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #D95DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DDB is #26A224. Grayscale: #909090. Windows color (decimal): -2531877 or 14376409. OLE color: 14376409.

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

Color convert

RGB 217 93 219 -
CMYK 0.01 0.58 0 0.14
HSL 299.05º 0.64% 0.61% -
HSV(B) 299.05º 0.58% 0.86% -
XYZ 45.32 27.69 69.98 -
YUV 144.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 217 93 219 0.01 0.58 0 0.14 299.05 0.64 0.61
Hex D9 5D DB 1 3A 0 E 12B 40 3D
Octal 331 135 333 1 72 0 16 453 100 75
Binary 11011001 1011101 11011011 1 111010 0 1110 100101011 1000000 111101

Color Harmonies of #D95DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DDB

Black with #D95DDB

Text Example


Text Example

White with #D95DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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