Html Css Color HEX #D648E9 Free Speech Magenta

📋 copy color: '#D648E9'

red 214 ◦ green 72 ◦ blue 233

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

Shades of Free Speech Magenta #D648E9

Tints of Free Speech Magenta #D648E9

RGB

 RED value IS 214 (83.98% from 255) = 41.23%

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

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

R = 41.23%
G = 13.87%
B = 44.89%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D648E9 (or 0xD648E9) is known color: Free Speech Magenta. HEX triplet: D6, 48 and E9. RGB value is (214,72,233). Sum of RGB (Red+Green+Blue) = 214+72+233=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #D648E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D648E9 is #29B716. Grayscale: #848484. Windows color (decimal): -2733847 or 15288534. OLE color: 15288534.

HSL color Cylindrical-coordinate representation of color #D648E9: hue angle of 292.92º 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 #D648E9 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 72 233 -
CMYK 0.08 0.69 0 0.09
HSL 292.92º 0.79% 0.6% -
HSV(B) 292.92º 0.69% 0.91% -
XYZ 44.76 24.81 79.52 -
YUV 132.81 184.54 185.91 -
System Red Green Blue C M Y K H S L
Decimal 214 72 233 0.08 0.69 0 0.09 292.92 0.79 0.6
Hex D6 48 E9 8 45 0 9 125 4F 3C
Octal 326 110 351 10 105 0 11 445 117 74
Binary 11010110 1001000 11101001 1000 1000101 0 1001 100100101 1001111 111100

Color Harmonies of #D648E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648E9

Black with #D648E9

Text Example


Text Example

White with #D648E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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