Html Css Color HEX #D948DF Free Speech Magenta

📋 copy color: '#D948DF'

red 217 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Magenta #D948DF

Tints of Free Speech Magenta #D948DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.06%

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

R = 42.38%
G = 14.06%
B = 43.55%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D948DF (or 0xD948DF) is known color: Free Speech Magenta. HEX triplet: D9, 48 and DF. RGB value is (217,72,223). Sum of RGB (Red+Green+Blue) = 217+72+223=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #D948DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948DF is #26B720. Grayscale: #848484. Windows color (decimal): -2537249 or 14633177. OLE color: 14633177.

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

Color convert

RGB 217 72 223 -
CMYK 0.03 0.68 0 0.13
HSL 297.62º 0.7% 0.58% -
HSV(B) 297.62º 0.68% 0.87% -
XYZ 44.25 24.71 72.25 -
YUV 132.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 217 72 223 0.03 0.68 0 0.13 297.62 0.7 0.58
Hex D9 48 DF 3 44 0 D 12A 46 3A
Octal 331 110 337 3 104 0 15 452 106 72
Binary 11011001 1001000 11011111 11 1000100 0 1101 100101010 1000110 111010

Color Harmonies of #D948DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948DF

Black with #D948DF

Text Example


Text Example

White with #D948DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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