Html Css Color HEX #D648DF Free Speech Magenta

📋 copy color: '#D648DF'

red 214 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Magenta #D648DF

Tints of Free Speech Magenta #D648DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 42.04%
G = 14.15%
B = 43.81%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D648DF (or 0xD648DF) is known color: Free Speech Magenta. HEX triplet: D6, 48 and DF. RGB value is (214,72,223). Sum of RGB (Red+Green+Blue) = 214+72+223=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #D648DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648DF is #29B720. Grayscale: #838383. Windows color (decimal): -2733857 or 14633174. OLE color: 14633174.

HSL color Cylindrical-coordinate representation of color #D648DF: hue angle of 296.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D648DF is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 72 223 -
CMYK 0.04 0.68 0 0.13
HSL 296.42º 0.7% 0.58% -
HSV(B) 296.42º 0.68% 0.87% -
XYZ 43.37 24.26 72.21 -
YUV 131.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 214 72 223 0.04 0.68 0 0.13 296.42 0.7 0.58
Hex D6 48 DF 4 44 0 D 128 46 3A
Octal 326 110 337 4 104 0 15 450 106 72
Binary 11010110 1001000 11011111 100 1000100 0 1101 100101000 1000110 111010

Color Harmonies of #D648DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648DF

Black with #D648DF

Text Example


Text Example

White with #D648DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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