Html Css Color HEX #D948ED Free Speech Magenta

📋 copy color: '#D948ED'

red 217 ◦ green 72 ◦ blue 237

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

Shades of Free Speech Magenta #D948ED

Tints of Free Speech Magenta #D948ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 41.25%
G = 13.69%
B = 45.06%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D948ED (or 0xD948ED) is known color: Free Speech Magenta. HEX triplet: D9, 48 and ED. RGB value is (217,72,237). Sum of RGB (Red+Green+Blue) = 217+72+237=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #D948ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948ED is #26B712. Grayscale: #858585. Windows color (decimal): -2537235 or 15550681. OLE color: 15550681.

HSL color Cylindrical-coordinate representation of color #D948ED: hue angle of 292.73º degrees, saturation: 0.82, 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 #D948ED is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 72 237 -
CMYK 0.08 0.70 0 0.07
HSL 292.73º 0.82% 0.61% -
HSV(B) 292.73º 0.7% 0.93% -
XYZ 46.22 25.5 82.61 -
YUV 134.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 217 72 237 0.08 0.70 0 0.07 292.73 0.82 0.61
Hex D9 48 ED 8 46 0 7 125 52 3D
Octal 331 110 355 10 106 0 7 445 122 75
Binary 11011001 1001000 11101101 1000 1000110 0 111 100100101 1010010 111101

Color Harmonies of #D948ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948ED

Black with #D948ED

Text Example


Text Example

White with #D948ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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