Html Css Color HEX #D948EF Free Speech Magenta

📋 copy color: '#D948EF'

red 217 ◦ green 72 ◦ blue 239

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

Shades of Free Speech Magenta #D948EF

Tints of Free Speech Magenta #D948EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 41.1%
G = 13.64%
B = 45.27%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D948EF (or 0xD948EF) is known color: Free Speech Magenta. HEX triplet: D9, 48 and EF. RGB value is (217,72,239). Sum of RGB (Red+Green+Blue) = 217+72+239=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #D948EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948EF is #26B710. Grayscale: #858585. Windows color (decimal): -2537233 or 15681753. OLE color: 15681753.

HSL color Cylindrical-coordinate representation of color #D948EF: hue angle of 292.1º degrees, saturation: 0.84, 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 #D948EF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 72 239 -
CMYK 0.09 0.70 0 0.06
HSL 292.1º 0.84% 0.61% -
HSV(B) 292.1º 0.7% 0.94% -
XYZ 46.51 25.62 84.15 -
YUV 134.39 187.04 186.92 -
System Red Green Blue C M Y K H S L
Decimal 217 72 239 0.09 0.70 0 0.06 292.1 0.84 0.61
Hex D9 48 EF 9 46 0 6 124 54 3D
Octal 331 110 357 11 106 0 6 444 124 75
Binary 11011001 1001000 11101111 1001 1000110 0 110 100100100 1010100 111101

Color Harmonies of #D948EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948EF

Black with #D948EF

Text Example


Text Example

White with #D948EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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