Html Css Color HEX #D948E9 Free Speech Magenta

📋 copy color: '#D948E9'

red 217 ◦ green 72 ◦ blue 233

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

Shades of Free Speech Magenta #D948E9

Tints of Free Speech Magenta #D948E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.64%

R = 41.57%
G = 13.79%
B = 44.64%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D948E9 (or 0xD948E9) is known color: Free Speech Magenta. HEX triplet: D9, 48 and E9. RGB value is (217,72,233). Sum of RGB (Red+Green+Blue) = 217+72+233=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #D948E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948E9 is #26B716. Grayscale: #858585. Windows color (decimal): -2537239 or 15288537. OLE color: 15288537.

HSL color Cylindrical-coordinate representation of color #D948E9: hue angle of 294.04º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D948E9 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 72 233 -
CMYK 0.07 0.69 0 0.09
HSL 294.04º 0.79% 0.6% -
HSV(B) 294.04º 0.69% 0.91% -
XYZ 45.64 25.27 79.56 -
YUV 133.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 217 72 233 0.07 0.69 0 0.09 294.04 0.79 0.6
Hex D9 48 E9 7 45 0 9 126 4F 3C
Octal 331 110 351 7 105 0 11 446 117 74
Binary 11011001 1001000 11101001 111 1000101 0 1001 100100110 1001111 111100

Color Harmonies of #D948E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948E9

Black with #D948E9

Text Example


Text Example

White with #D948E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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