Html Css Color HEX #D948EE Free Speech Magenta

📋 copy color: '#D948EE'

red 217 ◦ green 72 ◦ blue 238

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

Shades of Free Speech Magenta #D948EE

Tints of Free Speech Magenta #D948EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 41.18%
G = 13.66%
B = 45.16%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D948EE (or 0xD948EE) is known color: Free Speech Magenta. HEX triplet: D9, 48 and EE. RGB value is (217,72,238). Sum of RGB (Red+Green+Blue) = 217+72+238=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 72 (28.52% from 255 or 13.66% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #D948EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948EE is #26B711. Grayscale: #858585. Windows color (decimal): -2537234 or 15616217. OLE color: 15616217.

HSL color Cylindrical-coordinate representation of color #D948EE: hue angle of 292.41º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D948EE is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 72 238 -
CMYK 0.09 0.70 0 0.07
HSL 292.41º 0.83% 0.61% -
HSV(B) 292.41º 0.7% 0.93% -
XYZ 46.37 25.56 83.38 -
YUV 134.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 217 72 238 0.09 0.70 0 0.07 292.41 0.83 0.61
Hex D9 48 EE 9 46 0 7 124 53 3D
Octal 331 110 356 11 106 0 7 444 123 75
Binary 11011001 1001000 11101110 1001 1000110 0 111 100100100 1010011 111101

Color Harmonies of #D948EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948EE

Black with #D948EE

Text Example


Text Example

White with #D948EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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