Html Css Color HEX #D948F0 Free Speech Magenta

📋 copy color: '#D948F0'

red 217 ◦ green 72 ◦ blue 240

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

Shades of Free Speech Magenta #D948F0

Tints of Free Speech Magenta #D948F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 41.02%
G = 13.61%
B = 45.37%

CMYK

 C value IS 0.10

 M value IS 0.7

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D948F0 (or 0xD948F0) is known color: Free Speech Magenta. HEX triplet: D9, 48 and F0. RGB value is (217,72,240). Sum of RGB (Red+Green+Blue) = 217+72+240=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #D948F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948F0 is #26B70F. Grayscale: #858585. Windows color (decimal): -2537232 or 15747289. OLE color: 15747289.

HSL color Cylindrical-coordinate representation of color #D948F0: hue angle of 291.79º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D948F0 is Cyan = 0.10, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 72 240 -
CMYK 0.10 0.7 0 0.06
HSL 291.79º 0.85% 0.61% -
HSV(B) 291.79º 0.7% 0.94% -
XYZ 46.66 25.68 84.94 -
YUV 134.51 187.54 186.84 -
System Red Green Blue C M Y K H S L
Decimal 217 72 240 0.10 0.7 0 0.06 291.79 0.85 0.61
Hex D9 48 F0 A 46 0 6 124 55 3D
Octal 331 110 360 12 106 0 6 444 125 75
Binary 11011001 1001000 11110000 1010 1000110 0 110 100100100 1010101 111101

Color Harmonies of #D948F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948F0

Black with #D948F0

Text Example


Text Example

White with #D948F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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