Html Css Color HEX #D94DDB Free Speech Magenta

📋 copy color: '#D94DDB'

red 217 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #D94DDB

Tints of Free Speech Magenta #D94DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.01%

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

R = 42.3%
G = 15.01%
B = 42.69%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D94DDB (or 0xD94DDB) is known color: Free Speech Magenta. HEX triplet: D9, 4D and DB. RGB value is (217,77,219). Sum of RGB (Red+Green+Blue) = 217+77+219=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #D94DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DDB is #26B224. Grayscale: #868686. Windows color (decimal): -2535973 or 14372313. OLE color: 14372313.

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

Color convert

RGB 217 77 219 -
CMYK 0.01 0.65 0 0.14
HSL 299.15º 0.66% 0.58% -
HSV(B) 299.15º 0.65% 0.86% -
XYZ 44.06 25.17 69.55 -
YUV 135.05 175.38 186.45 -
System Red Green Blue C M Y K H S L
Decimal 217 77 219 0.01 0.65 0 0.14 299.15 0.66 0.58
Hex D9 4D DB 1 41 0 E 12B 42 3A
Octal 331 115 333 1 101 0 16 453 102 72
Binary 11011001 1001101 11011011 1 1000001 0 1110 100101011 1000010 111010

Color Harmonies of #D94DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DDB

Black with #D94DDB

Text Example


Text Example

White with #D94DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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