Html Css Color HEX #D949DB Free Speech Magenta

📋 copy color: '#D949DB'

red 217 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #D949DB

Tints of Free Speech Magenta #D949DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.34%

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

R = 42.63%
G = 14.34%
B = 43.03%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D949DB (or 0xD949DB) is known color: Free Speech Magenta. HEX triplet: D9, 49 and DB. RGB value is (217,73,219). Sum of RGB (Red+Green+Blue) = 217+73+219=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #D949DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949DB is #26B624. Grayscale: #848484. Windows color (decimal): -2536997 or 14371289. OLE color: 14371289.

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

Color convert

RGB 217 73 219 -
CMYK 0.01 0.67 0 0.14
HSL 299.18º 0.67% 0.57% -
HSV(B) 299.18º 0.67% 0.86% -
XYZ 43.78 24.63 69.46 -
YUV 132.7 176.71 188.13 -
System Red Green Blue C M Y K H S L
Decimal 217 73 219 0.01 0.67 0 0.14 299.18 0.67 0.57
Hex D9 49 DB 1 43 0 E 12B 43 39
Octal 331 111 333 1 103 0 16 453 103 71
Binary 11011001 1001001 11011011 1 1000011 0 1110 100101011 1000011 111001

Color Harmonies of #D949DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949DB

Black with #D949DB

Text Example


Text Example

White with #D949DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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