Html Css Color HEX #D949DF Free Speech Magenta

📋 copy color: '#D949DF'

red 217 ◦ green 73 ◦ blue 223

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

Shades of Free Speech Magenta #D949DF

Tints of Free Speech Magenta #D949DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 42.3%
G = 14.23%
B = 43.47%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D949DF (or 0xD949DF) is known color: Free Speech Magenta. HEX triplet: D9, 49 and DF. RGB value is (217,73,223). Sum of RGB (Red+Green+Blue) = 217+73+223=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #D949DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949DF is #26B620. Grayscale: #848484. Windows color (decimal): -2536993 or 14633433. OLE color: 14633433.

HSL color Cylindrical-coordinate representation of color #D949DF: hue angle of 297.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D949DF is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 73 223 -
CMYK 0.03 0.67 0 0.13
HSL 297.6º 0.7% 0.58% -
HSV(B) 297.6º 0.67% 0.87% -
XYZ 44.32 24.84 72.27 -
YUV 133.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 217 73 223 0.03 0.67 0 0.13 297.6 0.7 0.58
Hex D9 49 DF 3 43 0 D 12A 46 3A
Octal 331 111 337 3 103 0 15 452 106 72
Binary 11011001 1001001 11011111 11 1000011 0 1101 100101010 1000110 111010

Color Harmonies of #D949DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949DF

Black with #D949DF

Text Example


Text Example

White with #D949DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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